Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Language.Copilot.CStruct
Contents
Description
Copilot's representation and conversion of C Structs from C's AST.
CStruct
A C struct is a name and fields with different types.
Constructors
CStruct | |
Fields
|
Instances
A field may have a name and a type, or be an array with a name, type and length. Pointers are not currently supported.