version: hs_bindgen: 0.1.0 binding_specification: '1.0' hsmodule: Example ctypes: - headers: arrays/multi_dim.h cname: matrix hsname: Matrix - headers: arrays/multi_dim.h cname: triplets hsname: Triplets hstypes: - hsname: Matrix representation: newtype: constructor: Matrix fields: - unwrapMatrix instances: - Eq - HasCField - HasField - ReadRaw - Show - StaticSize - Storable - WriteRaw - hsname: Triplets representation: newtype: constructor: Triplets fields: - unwrapTriplets instances: - Eq - HasCField - HasField - Show