georgefst / elm-syntax

Library for generating Elm syntax from Haskell in a scope-safe way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-syntax Build Status 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.

About

Library for generating Elm syntax from Haskell in a scope-safe way

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%