# -*- mode: org -*-
#+TITLE: hs-conllu TODO
* Library:
- Convert String -> Text
- use quickcheck for property testing
(https://begriffs.com/posts/2017-01-14-design-use-quickcheck.html)
** Type
- should I remove Maybe's where I can ([] as Nothing)?
** Parse
- warn of spaces in fields where they are not allowed (FORM and
LEMMA). do this in symbol function.
- check what's the purpose of the =_= in this MISC field:
=_|SpaceAfter=Yes=. should it be allowed?
- create non validating parser
: count 10 (stringNot "\t\n" <* tab)