X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fprelude%2FUTypes_2s.hi;fp=ghc%2Flib%2Fprelude%2FUTypes_2s.hi;h=f22d7d33372794e3bc42fa2877556363c94e2319;hb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;hp=0000000000000000000000000000000000000000;hpb=e48474bff05e6cfb506660420f025f694c870d38;p=ghc-hetmet.git diff --git a/ghc/lib/prelude/UTypes_2s.hi b/ghc/lib/prelude/UTypes_2s.hi new file mode 100644 index 0000000..f22d7d3 --- /dev/null +++ b/ghc/lib/prelude/UTypes_2s.hi @@ -0,0 +1,9 @@ +interface PreludeBuiltin where + +import PreludeCore( String(..) ) +import PreludeRatio( Ratio, Rational(..) ) + +data Bin +type String = [Char] + +type Rational = Ratio Integer