Skip to content

Commit

Permalink
Merge pull request #158 from inhabitedtype/readme-doc
Browse files Browse the repository at this point in the history
Update README with pointer to mli documentation
  • Loading branch information
seliopou committed Nov 10, 2018
2 parents 9f1e6aa + 1902ccf commit 53c794f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -67,6 +67,11 @@ let eval (str:string) : int =
| Error msg -> failwith msg
```

For an explanation of the infix operators and other combinators used in the
implementation of this example, see the documentation in the [`mli`][mli].

[mli]: https://github.com/inhabitedtype/angstrom/blob/master/lib/angstrom.mli


## Comparison to Other Libraries

Expand Down

0 comments on commit 53c794f

Please sign in to comment.