mathlink-0.1.0.1: Call Haskell from Mathematica
Source code
Contents
Index
Foreign.MathLink.Expressible
Documentation
putString
::
String
->
ML
()
Source
getString
::
ML
String
Source
putInt16List
:: [
Int16
] ->
ML
()
Source
getInt16List
::
ML
[
Int16
]
Source
putInt32List
:: [
Int32
] ->
ML
()
Source
getInt32List
::
ML
[
Int32
]
Source
putIntList
:: [
Int
] ->
ML
()
Source
getIntList
::
ML
[
Int
]
Source
putReal32List
:: [
Float
] ->
ML
()
Source
getReal32List
::
ML
[
Float
]
Source
putReal64List
:: [
Double
] ->
ML
()
Source
getReal64List
::
ML
[
Double
]
Source
Produced by
Haddock
version 2.3.0