summaryrefslogtreecommitdiff
path: root/ghc/lib/prelude/UTypes_2s.hi
blob: f22d7d33372794e3bc42fa2877556363c94e2319 (plain)
1
2
3
4
5
6
7
8
9
interface PreludeBuiltin where

import PreludeCore( String(..) )
import PreludeRatio( Ratio, Rational(..) )

data Bin
type String = [Char]

type Rational = Ratio Integer