@hackage mathlink1.1.0.2
Call Haskell from Mathematica
Installation
Dependencies (4)
- array >=0.2 && <0.3
- base >=4.0 && <4.1
- containers >=0.2 && <0.3
- mtl >=1.1.0.2 && <1.2 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
32bit
(off by default)
Build and link against the 32-bit version of the MathLink library, instead of the 64-bt version.
Provides a simple way to expose Haskell functions to Mathematica via the MathLink interface.
One defines a Haskell function of type
(
and provides a pair of Expressible e1, Expressible e2) => e1 -> IO e2Strings that function analogously to the
:Pattern: and :Arguments: directives for Mathematica's mprep
utility.
The library provides instances of the Expressible class for many data
types, including tuples, lists, arrays, and unboxed arrays.
The library does not use or require foreign export declarations, so may
be used interactively.