HaRe-0.6: tools/base/tests/literate.lhs
> main = print message {-
How about literate text inside a nested comment?
> text in nested comment -}
> message = "Hello, \
How about literate text inside string literals with gaps
> \world!"
> main = print message {-
How about literate text inside a nested comment?
> text in nested comment -}
> message = "Hello, \
How about literate text inside string literals with gaps
> \world!"