diff options
author | Eduardo Julian | 2023-02-12 02:54:39 -0400 |
---|---|---|
committer | Eduardo Julian | 2023-02-12 02:54:39 -0400 |
commit | 049dcdc0c6dc678786dbf854a20385fb6ef06f9a (patch) | |
tree | 65188f9d0858116d20051930705aa73b66d2aaa5 /lux-mode/lux-mode.el | |
parent | 6c4c9a8c10950e3244f15451fe18fb768abee924 (diff) |
Added an abstraction for interest rates.
Diffstat (limited to 'lux-mode/lux-mode.el')
-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")) |