Skip to content

Commit 1ba4b1c

Browse files
committed
README
1 parent 360d22e commit 1ba4b1c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,9 @@ will return `Right (true : false : true : Nil)`.
105105
Starting with v9.0.0, all parsers and combinators in this package are always
106106
stack-safe.
107107

108-
## Video introduction to monadic parser combinators
108+
## Resources
109109

110-
[*Monadic Parsers at the Input Boundary*](https://www.youtube.com/watch?v=LLkbzt4ms6M) by James Brock
111-
112-
## Further reading
110+
- [*Monadic Parsers at the Input Boundary* (YouTube)](https://www.youtube.com/watch?v=LLkbzt4ms6M) by James Brock is a an introductory tutorial to monadic parser combinators with this package.
113111

114112
- [*Monadic Parser Combinators*](https://www.cs.nott.ac.uk/~pszgmh/monparsing.pdf) by Graham Hutton and Erik Meijer 1996.
115113

0 commit comments

Comments
 (0)