@hackage elm-syntax0.3.3.0
Elm syntax and pretty-printing
Categories
License
BSD-3-Clause
Maintainer
fredriksson.olle@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (7)
- base >=4.7 && <5
- bound >=2.0.0
- deriving-compat >=0.5.0
- hashable >=1.2.5
- prettyprinter >=1.6.0
- text >=1.2.0 Show all…
Dependents (4)
@hackage/json-spec-elm-servant, @hackage/json-spec-elm, @hackage/haskell-to-elm, @hackage/servant-to-elm
elm-syntax 
A library for generating Elm syntax from Haskell in a scope-safe way.
This library has two main parts:
- It defines abstract syntax trees (ASTs) for Elm definitions, expressions, patterns, and types, using the bound library for scope-safe local names.
- It defines pretty printers from the ASTs to syntactically correct Elm code.