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
|
||||
( Expression(..)
|
||||
, expressionParser
|
||||
)
|
||||
where
|
||||
|
||||
import Text.Parsec (ParsecT)
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
module Ubc.Parse.Syntax.Statement
|
||||
( Statement
|
||||
)
|
||||
where
|
||||
|
||||
data Statement
|
||||
|
|
Loading…
Reference in a new issue