About

Metadata

  • Last updated , by rickowens
  • License BSD-3-Clause
  • Categories FFI, Compilers and Interpreters
  • Maintained by: fredriksson.olle@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.2.5
  2. 8.8.3
  3. 8.6.5
  4. 8.4.3

Readme

elm-syntax Hackage

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.