Idris2-boot/tests/idris2/basic037/expected
Guillaume Allais 4cbb02b6b3 [ fix ] properly nesting multiline comments
We should be able to comment out any part of a program that parses
and still get a program that parses. This means we need to properly
ignore `{-` and `-}` when hidden behind a `--` comment or inside of
a string literal.
2020-04-01 12:52:01 +01:00

3 lines
57 B
Plaintext

1/1: Building Comments (Comments.idr)
Main> Bye for now!