language-elm: Generate elm code

[ bsd3, library, web ] [ Propose Tags ]

Generate elm code from an ast


[Skip to Readme]

Modules

[Last Documentation]

  • Elm
    • Elm.Classes
    • Elm.Decleration
    • Elm.Expression
    • Elm.GenError
    • Elm.Import
    • Elm.Program
    • Elm.Type

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1.0, 0.0.2.0, 0.0.3.0, 0.0.4.0, 0.0.5.0, 0.0.6.0, 0.0.7.0, 0.0.8.0, 0.0.9.0, 0.0.10.0, 0.0.10.1, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.2.0.0
Dependencies base (>=4.11 && <5), MissingH, mtl, pretty, protolude [details]
License BSD-3-Clause
Copyright 2017 Elias Lawson-Fox
Author Elias Lawson-Fox
Maintainer me@eliaslfox.com
Category Web
Home page https://github.com/eliaslfox/language-elm#readme
Bug tracker https://github.com/eliaslfox/language-elm/issues
Source repo head: git clone https://github.com/eliaslfox/language-elm
Uploaded by eliaslfox at 2018-11-02T21:40:20Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 10852 total (56 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-11-02 [all 2 reports]

Readme for language-elm-0.1.1.2

[back to package description]

language-elm

A haskell library for generating elm source code from an ast.

Usage

Install language-elm from stack

stack install language-elm

Documentation

Documentation