We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42c51e commit c2ab09eCopy full SHA for c2ab09e
README.md
@@ -5,6 +5,6 @@ A library for generating Elm syntax from Haskell in a scope-safe way.
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]
+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