Safe Haskell | None |
---|---|
Language | Haskell2010 |
Allow reading, merging and writing Erlang terms.
Synopsis
- newtype ErlangPropList = ErlangPropList SimpleErlangTerm
- textToErlangAst :: Text -> AST c ErlangPropList
- stringToErlangAst :: String -> AST c ErlangPropList
Documentation
newtype ErlangPropList Source #
A wrapper type around erlang terms with a Semigroup instance useful for combining sys.config files with OTP-application configurations in a list of the form of a proplist.
Instances
textToErlangAst :: Text -> AST c ErlangPropList Source #
Parse a text containing an Erlang
expression ending with a .
and Return
an AST
.
Since: 0.5.67
stringToErlangAst :: String -> AST c ErlangPropList Source #
Parse a string containing an Erlang
expression ending with a .
and Return
an AST
.
Since: 0.5.67