Skip to content

Instantly share code, notes, and snippets.

View cgabard's full-sized avatar

Christophe Gabard cgabard

View GitHub Profile
## Alexey Kachayev, 2014
## Link to slides:
## http://goo.gl/n4ylC4
## Basic:
## type Parser = String -> Tree
## Composition
## type Parser = String -> (Tree, String)