projekty
/
fp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more work on Hindley-Milner
[fp.git]
/
src
/
Lambda
/
Parser
/
Fancy.hs
diff --git
a/src/Lambda/Parser/Fancy.hs
b/src/Lambda/Parser/Fancy.hs
index
79c1ca9
..
9a1deb3
100644
(file)
--- a/
src/Lambda/Parser/Fancy.hs
+++ b/
src/Lambda/Parser/Fancy.hs
@@
-14,8
+14,12
@@
-- TODO: proper documentation
module Lambda.Parser.Fancy
-- TODO: proper documentation
module Lambda.Parser.Fancy
- ( tRead
+ (
+ -- * Main parser
+ tRead
, parseTerm
, parseTerm
+ -- * Auxiliary parsers
+ , parseVar
) where
import Data.Text as T hiding (map)
) where
import Data.Text as T hiding (map)