the wrapper for yn jn uses Haskell Int, but the FFI binding uses CLong
this might break for arguments bigger than 2^31-1 when Int is bigger than CLong (I think this includes 64bit Windows?)
possibly not likely, just noting this in advance in case someone runs into problems
the wrapper for yn jn uses Haskell Int, but the FFI binding uses CLong
this might break for arguments bigger than 2^31-1 when Int is bigger than CLong (I think this includes 64bit Windows?)
possibly not likely, just noting this in advance in case someone runs into problems