Safe Haskell | None |
---|---|
Language | Haskell98 |
Construct a map from C identifiers to the corresponding Haskell elements in the bindings.
Documentation
cToHaskellMap :: [(Name, API)] -> Map CRef Hyperlink Source #
Given a set of APIs, build a Map
that given a Text
corresponding to a certain C identifier returns the corresponding
Haskell element in the bindings. For instance, gtk_widget_show
will get mapped to show
.