| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Text.Yate.Types
- data Path
- = AbsolutePath [Text]
- | RelativePath [Text]
- data Template a
- data YateValue
- class ToYate a where
Documentation
Path to traverse in a YateValue (e.g. author.address.city)
Constructors
| AbsolutePath [Text] | e.g. |
| RelativePath [Text] | e.g. |
Template which needs a given type of input data
Data to feed to a template
Minimal complete definition