Closed myreen closed 2 months ago
In emacs, End is highlighted as a keyword but Quote is not.
End
Quote
Quote cakeml: fun print_list ls = case ls of [] => () | (x::xs) => (print x; print_list xs) End
This relates to #1229 and 718d989039b65d4ab82e8b979876c68c04869da1.
Closed by aaa51b33c6c
In emacs,
End
is highlighted as a keyword butQuote
is not.This relates to #1229 and 718d989039b65d4ab82e8b979876c68c04869da1.