[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / lib / prelude / UTypes.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