language-c-0.9: Analysis and generation of C code
Safe HaskellNone
LanguageHaskell2010

Language.C.Analysis.TypeConversions

Synopsis

Documentation

arithmeticConversion :: TypeName -> TypeName -> Maybe TypeName Source #

For an arithmetic operator, if the arguments are of the given types, return the type of the full expression.