Skip to content

Commit c2ab09e

Browse files
committed
Fix link
1 parent a42c51e commit c2ab09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ A library for generating Elm syntax from Haskell in a scope-safe way.
55
This library has two main parts:
66

77
* It defines abstract syntax trees (ASTs) for Elm definitions, expressions, patterns,
8-
and types, using the (bound library)[http://hackage.haskell.org/package/bound]
8+
and types, using the [bound library](http://hackage.haskell.org/package/bound)
99
for scope-safe local names.
1010
* It defines pretty printers from the ASTs to syntactically correct Elm code.

0 commit comments

Comments
 (0)