Added export lists, no compiler warnings
This commit is contained in:
parent
6242b2f1eb
commit
a4cd711574
2 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
module Ubc.Parse.Syntax.Expression
|
module Ubc.Parse.Syntax.Expression
|
||||||
|
( Expression(..)
|
||||||
|
, expressionParser
|
||||||
|
)
|
||||||
where
|
where
|
||||||
|
|
||||||
import Text.Parsec (ParsecT)
|
import Text.Parsec (ParsecT)
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
module Ubc.Parse.Syntax.Statement
|
module Ubc.Parse.Syntax.Statement
|
||||||
|
( Statement
|
||||||
|
)
|
||||||
where
|
where
|
||||||
|
|
||||||
data Statement
|
data Statement
|
||||||
|
|
Loading…
Reference in a new issue