diff options
-rw-r--r-- | Thue/Parser.hs (renamed from thue.hs) | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ +module Parser ( + ThueProgram(..), + Rule(..), + State, -import Text.Combinators.Parsec + parseThue + ) where + +import Text.ParserCombinators.Parsec |