| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
CGen.Typed
Documentation
addUnsigned :: Text -> Text Source
Adds U to the end of a Text object
This class allows one to show objects from Foreign.C.Types in a way
that won't throw warnings if used in C code. For example,
'unsigned long long' literals need the ULL annotation.
Instances