| ||||||||
| ||||||||
Description | ||||||||
Primitive operations and types for doing .NET interop | ||||||||
Documentation | ||||||||
data Object a | ||||||||
unmarshalObject :: Addr# -> Object a | ||||||||
marshalObject :: Object a -> (Addr# -> IO b) -> IO b | ||||||||
unmarshalString :: Addr# -> String | ||||||||
marshalString :: String -> (Addr# -> IO a) -> IO a | ||||||||
checkResult :: (State# RealWorld -> (#State# RealWorld, a, Addr##)) -> IO a | ||||||||
Produced by Haddock version 0.8 |