[project @ 1996-01-18 16:33:17 by partain]
[ghc-hetmet.git] / ghc / lib / prelude / UTypes_l.hi
1 interface PreludeBuiltin where
2
3 import PreludeCore( String(..) )
4 import PreludeRatio( Ratio, Rational(..) )
5
6 data Bin
7 type String = [Char]
8
9 type Rational = Ratio Integer