ivory-0.1.0.8: Safe embedded C programming.

Safe HaskellNone
LanguageHaskell2010

Ivory.Language.BoundedInteger

Synopsis

Documentation

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.