0 | module Text.Parse
1 |
2 | import public Text.ParseError
3 | import public Text.FC
4 | import public Text.Parse.Core
5 |
6 | %default total
7 |