diff options
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 79628cdcb..688050dc2 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -372,8 +372,7 @@ Called by `imenu--generic-function'." "Rec" "Nominal" "->" "All" "Ex" - "Interface" - "type_literal")) + "Interface")) (type//checking (altRE "is" "as" "let" "as_expected" "type_of" "sharing" "by_example" "hole")) (type//poly (altRE "polytypic")) (type//dynamic (altRE "dynamic" "static")) |