Fixed some reexports.
This commit is contained in:
parent
e3df4192bb
commit
e283e83486
1 changed files with 8 additions and 3 deletions
|
|
@ -1,7 +1,12 @@
|
|||
module Monomorphizer.MonomorphizerIr where
|
||||
module Monomorphizer.MonomorphizerIr (module Monomorphizer.MonomorphizerIr, module RE1, module RE2) where
|
||||
|
||||
import qualified Grammar.Abs as RE1 (Data (..), Ident (..),
|
||||
Init (..))
|
||||
import qualified TypeChecker.TypeCheckerIr as RE2 (ExpT, Id, Indexed)
|
||||
|
||||
import Grammar.Abs (Data (..), Ident (..), Init (..))
|
||||
import TypeChecker.TypeCheckerIr (ExpT, Id, Indexed)
|
||||
|
||||
import Grammar.Abs (Data, Ident, Init)
|
||||
import TypeChecker.TypeCheckerIr (ExpT, Id, Indexed)
|
||||
|
||||
newtype Program = Program [Def]
|
||||
deriving (Show, Ord, Eq)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue