chris-martin / bricks

Bricks is a lazy functional language based on Nix.
https://hackage.haskell.org/package/bricks
6 stars 1 forks source link

Be smart about indented strings that start on the same line as the quote #11

Closed chris-martin closed 6 years ago

chris-martin commented 6 years ago

These expressions should be equivalent:

''one
  two''
''
  one
  two
''
chris-martin commented 6 years ago

Not going to do this anymore - #19 gives new interpretation to strings that start on the same line as the quote.