language-c-0.8.3: Analysis and generation of C code

Safe HaskellNone
LanguageHaskell98

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.