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