elm-syntax: Elm syntax and pretty-printing

[ bsd3, compiler, elm, language, library ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.3.0
Change log CHANGELOG.md
Dependencies 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), unordered-containers (>=0.2.8) [details]
License BSD-3-Clause
Copyright 2019 Olle Fredriksson
Author Olle Fredriksson
Maintainer fredriksson.olle@gmail.com
Category Elm, Compiler, Language
Home page https://github.com/haskell-to-elm/elm-syntax#readme
Bug tracker https://github.com/haskell-to-elm/elm-syntax/issues
Source repo head: git clone https://github.com/haskell-to-elm/elm-syntax
Uploaded by rickowens at 2023-12-02T00:57:14Z
Distributions NixOS:0.3.3.0, Stackage:0.3.3.0
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 1781 total (47 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for elm-syntax-0.3.3.0

[back to package description]

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.