Skip to content

Commit a42c51e

Browse files
committed
Flesh out the readme
... slightly.
1 parent c5615f9 commit a42c51e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# elm-syntax
22

3-
Library for generating Elm syntax from Haskell in a scope-safe way.
3+
A library for generating Elm syntax from Haskell in a scope-safe way.
4+
5+
This library has two main parts:
6+
7+
* It defines abstract syntax trees (ASTs) for Elm definitions, expressions, patterns,
8+
and types, using the (bound library)[http://hackage.haskell.org/package/bound]
9+
for scope-safe local names.
10+
* It defines pretty printers from the ASTs to syntactically correct Elm code.

0 commit comments

Comments
 (0)