simple parser
[fp.git] / src / Lambda / Parser / Fancy.hs
index 48593dd..10231b8 100644 (file)
@@ -1,7 +1,4 @@
-{-# OPTIONS_GHC
-    -fno-warn-unused-do-bind
-    -fno-warn-orphans
-#-}
+{-# OPTIONS_GHC -fno-warn-unused-do-bind -fno-warn-orphans #-}
 {-# LANGUAGE PatternSynonyms #-}
 
 -- |
 {-# LANGUAGE PatternSynonyms #-}
 
 -- |
 
 -- TODO: proper documentation
 
 
 -- 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
 
 import Data.Text as T hiding (map)
 import Data.Attoparsec.Text