| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Mon, 02 Feb 2026 17:24:29 GMT
X-Served-By: cache-dfw-kdal2120057-DFW, cache-bom-vanm7210025-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1770053069.181548,VS0,VE386
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
elm-syntax: Elm syntax and pretty-printing
[Skip to Readme]
elm-syntax
elm-syntax: Elm syntax and pretty-printing
Please see the README on GitHub at https://github.com/haskell-to-elm/elm-syntax#readme
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- elm-syntax-0.3.3.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| 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] |
| Tested with | ghc ==8.4.3, ghc ==8.6.5, ghc ==8.8.3, ghc ==9.2.5 |
| License | BSD-3-Clause |
| Copyright | 2019 Olle Fredriksson |
| Author | Olle Fredriksson |
| Maintainer | fredriksson.olle@gmail.com |
| Uploaded | by rickowens at 2023-12-02T00:57:14Z |
| 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 |
| Distributions | LTSHaskell:0.3.3.0, NixOS:0.3.3.0, Stackage:0.3.3.0 |
| Reverse Dependencies | 4 direct, 0 indirect [details] |
| Downloads | 2266 total (23 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 
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.