This PR fixes a bug where the single-quote character `Char.ofNat 39` would delaborate as `'''`, which causes a parse error if pasted back in to the source code. --------- Co-authored-by: Kyle Miller <kmill31415@gmail.com>
7 lines
106 B
Text
7 lines
106 B
Text
-- This used to delaborate as `'''`, which is a parse error.
|
|
|
|
/--
|
|
info: '\''
|
|
-/
|
|
#guard_msgs in
|
|
#eval '\''
|