f22d7d33372794e3bc42fa2877556363c94e2319
[ghc-hetmet.git] / ghc / lib / prelude / UTypes_mr.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