Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Exon.Data.Segment
Description
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 }
.
Constructors
String String | |
Whitespace String | |
Expression a |