Next Previous Contents

5. Invoking a COM object from Haskell

ToDo:Given an IDL spec, present the details of how a Haskell interface to its functionality is derived (and exposed).

The rules for how we convert from the IDL type signature of a method to a corresponding Haskell version is presented in the H/Direct paper

A standard COM library is also provided as part of H/Direct, and this section will soon have a description of the functionality it offers to the programmer.


Next Previous Contents