Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make parser state a newtype | David Feuer | 2016-05-24 | 1 | -1/+1 |
| | | | | | | Previously, it was `data` wrapping a `Maybe`, which seems a bit silly. Obviously, this can be changed back if anyone wants to add more fields some day. | ||||
* | (wip) Add support for @since (closes #26) | Simon Hengel | 2014-11-16 | 1 | -6/+27 |
| | |||||
* | newtype-wrap parser monad | Simon Hengel | 2014-11-08 | 1 | -0/+128 |