| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
MiniLight.Component.Internal.Resolver
Documentation
Constructors
| None | |
| Ref Text | reference syntax: ${ref:...} |
| Var Text | variable syntax: ${var:...} |
| Op Text Expr Expr | expr operator: +, -, *, / |
| Constant Value | constants (string or number or null) |
pattern Arithmetic :: Text -> Scientific -> Scientific -> Expr Source #