ivory-0.1.0.9: Safe embedded C programming.
Ivory.Language.BoundedInteger
boundedFromInteger :: forall a b. (Num a, IvoryType a, Bounded b, Integral b) => (Expr -> a) -> b -> Integer -> a Source #
It is an error if a constant implicitly underflows/overflows.