[Haskell-cafe] GHC 6.6.1 and SELinux issues
Bulat Ziganshin
bulat.ziganshin at gmail.com
Mon Sep 3 05:08:09 EDT 2007
Hello Alexander,
Monday, September 3, 2007, 11:46:56 AM, you wrote:
> In Ocaml and Python a special function is used that takes
> a function and an arguments. For example:
> value caml_callback(value closure, value arg);
> PyObject* PyObject_CallObject(PyObject *func, PyObject *args)
both uses dynamic typing while Haskell wrappers are statically typed
(and Haskell just doesn't supported any analog of "value"/PyObject at
time of Haskell98)
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Haskell-Cafe
mailing list