]> Git — Sourcephile - haskell/symantic.git/blob - TFHOE/Type.hs
init
[haskell/symantic.git] / TFHOE / Type.hs
1 module TFHOE.Type
2 ( module TFHOE.Type.Common
3 , module TFHOE.Type.Fun
4 , module TFHOE.Type.Int
5 , module TFHOE.Type.Bool
6 ) where
7
8 import TFHOE.Type.Common
9 import TFHOE.Type.Fun
10 import TFHOE.Type.Int
11 import TFHOE.Type.Bool