summaryrefslogtreecommitdiff
path: root/app/Parser.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Parser.hs')
-rw-r--r--app/Parser.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Parser.hs b/app/Parser.hs
index 8ca8ac2..43b38b5 100644
--- a/app/Parser.hs
+++ b/app/Parser.hs
@@ -4,6 +4,8 @@ module Parser
( lexPrlg
, parsePrlg
, shuntPrlg
+ , PAST
+ , Lexeme
) where
import Control.Monad (void)