Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data Segment a
- = String String
- | Whitespace String
- | Expression a
Documentation
The parts of an interpolation quasiquote.
Text is split at each whitespace and interpolation splice marked by #{
and }
.