Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using backslash to escape EOL character in literal multiline Strings #288

Open
Dierk opened this issue Jul 2, 2016 · 0 comments
Open

using backslash to escape EOL character in literal multiline Strings #288

Dierk opened this issue Jul 2, 2016 · 0 comments

Comments

@Dierk
Copy link
Member

Dierk commented Jul 2, 2016

Haskell (at least GHC) allows the following
(from Haskellbook, chapter 13, page 507)

putStrLn "You already guessed that\
         \ character, pick something else!"

That looks very convenient.
It would be cool to support this in Frege as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant