ivory-0.1.0.0: Safe embedded C programming.

Safe HaskellNone

Ivory.Language.BoundedInteger

Synopsis

Documentation

boundedFromInteger :: forall a b. (Num a, IvoryType a, Bounded b, Integral b) => (Expr -> a) -> b -> Integer -> aSource

It is an error if a constant implicitly underflows/overflows.