-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
GHC 9.12 introduced multi-line string, see https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/multiline_strings.html. By default they are doing whitespace trimming.
I propose to change PyF in order to:
- Deprecated the
strquasiquote in GHC >=9.12 - Change the whitespace trimming of PyF so it behaves exactly as GHC multiline string
- Switch
fmtto always do whitespace trimming (ghc multline string are always whitespace trimmed) - Deprecated
xxxTrimfunctions.
Metadata
Metadata
Assignees
Labels
No labels