| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Text.Strapped.Types
Documentation
data Expression Source
Constructors
| LookupExpression String | |
| IntegerExpression Integer | |
| FloatExpression Double | |
| StringExpression String | |
| ListExpression [ParsedExpression] | |
| Multipart [ParsedExpression] |
Instances
Constructors
| forall a . (Typeable a, Renderable a) => LitDyn a | |
| LitText Text | |
| LitSafe Text | |
| LitInteger Integer | |
| LitDouble Double | |
| LitBuilder Builder | |
| LitList ![Literal] | |
| LitEmpty |
Instances
data StrapError Source
Constructors
| StrapError String SourcePos | |
| InputNotFound String SourcePos | |
| TemplateNotFound String SourcePos |
Instances
type InputBucket m = [Map String (Input m)] Source
data RenderConfig Source
Constructors
| RenderConfig | |
Fields
| |