documentation
[fp.git] / src / Lambda / Parser / Fancy.hs
index 48593dd..b0f0c2d 100644 (file)
 
 -- TODO: proper documentation
 
-module Lambda.Parser.Fancy where
+module Lambda.Parser.Fancy 
+  ( tRead
+  , parseTerm
+  )  where
 
 import Data.Text as T hiding (map)
 import Data.Attoparsec.Text