[][src]Type Definition mini_haskell::lexeme::Rational

type Rational = Ratio<BigInt>;

Haskell Rational.