Skip to content
Snippets Groups Projects
Commit 00bedcb7 authored by Isaac Potoczny-Jones's avatar Isaac Potoczny-Jones
Browse files

fixed three bugs in the parser and pretty printer

Two of the bugs were passing the wrong accessor function to the pretty
printer.

The third bug was that the pretty printer rendered "foo\\bar" as
"foo\bar", but actually in order to get the slash into the string, the
user would have to have used the quote syntax.  I think we decided
that the quote syntax meant a haskell string, so they should input it
as "foo\\bar", of course internally represented as "foo\bar', but when
printed, it should show two slashes again.
parent ad1c4ef3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment