diff options
author | Eduardo Julian | 2019-03-12 23:24:41 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-03-12 23:24:41 -0400 |
commit | fafed063904d6ca7bfa3d9c4ba4b8d44e7b97549 (patch) | |
tree | 3b8408bbdb29a0ffa8e60e2b92ac893937ea9cdb /lux-mode | |
parent | 62cfd42fad011880491c937e3cb33c19febd3af4 (diff) |
Re-named ":extract" to ":by-example".
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index f43034057..c72a1f76e 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -245,7 +245,7 @@ Called by `imenu--generic-function'." (control//contract (altRE "pre" "post")) ;; Type (type//syntax (altRE "|" "&" "->" "All" "Ex" "Rec" "primitive" "\\$" "type")) - (type//checking (altRE ":" ":coerce" ":~" ":assume" ":of" ":cast" ":share" ":extract")) + (type//checking (altRE ":" ":coerce" ":~" ":assume" ":of" ":cast" ":share" ":by-example")) (type//abstract (altRE "abstract:" ":abstraction" ":representation" ":transmutation" "\\^:representation")) (type//unit (altRE "unit:" "scale:")) (type//poly (altRE "poly:" "derived:")) |