well-typed/hs-bindgen

Generate bindings for constants

Opened this issue · 0 comments

When a C header defines

extern const int x;

we should generate a binding x :: CInt.