From 049dcdc0c6dc678786dbf854a20385fb6ef06f9a Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 12 Feb 2023 02:54:39 -0400 Subject: Added an abstraction for interest rates. --- lux-mode/lux-mode.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lux-mode/lux-mode.el') 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")) -- cgit v1.2.3