version: hs_bindgen: 0.1.0 binding_specification: '1.0' hsmodule: Example ctypes: - headers: functions/circular_dependency_fun.h cname: fun_ptr hsname: Fun_ptr - headers: functions/circular_dependency_fun.h cname: struct forward_declaration hsname: Forward_declaration hstypes: - hsname: Forward_declaration representation: record: constructor: Forward_declaration fields: - forward_declaration_f instances: - Eq - HasCField - HasField - ReadRaw - Show - StaticSize - Storable - WriteRaw - hsname: Fun_ptr representation: newtype: constructor: Fun_ptr fields: - unwrapFun_ptr instances: - Eq - HasCField - HasFFIType - HasField - Ord - ReadRaw - Show - StaticSize - Storable - WriteRaw