Quantcast
Channel: ConstPtr compatibility
Browsing all 2 articles
Browse latest View live

ConstPtr compatibility

Is there a compatibility package for ConstPtr? I don’t want to limit my FFI bindings to >= base-4.18 when without ConstPtr that boundary would be around >= base-4.9. The solution I’ve been using...

View Article



ConstPtr compatibility

Consider me interested in this as well - at current I’ve been using the following shim: #if MIN_VERSION_base (4,18,0) import Foreign.C.ConstPtr #else import Data.Data import Data.Kind #endif #if...

View Article
Browsing all 2 articles
Browse latest View live


Latest Images