| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Foreign.Hoppy.Generator.Std
Description
Bindings for std that aren't in other modules.
Synopsis
- data ValueConversion
- mod_std :: Module
- c_string :: Class
Documentation
data ValueConversion Source #
Specifies how values in a collection should be converted when converting the collection as a whole.
Constructors
| ConvertPtr | A C++ value of type |
| ConvertValue | A C++ value of type |