Next Previous Contents

6.2 Representing Haskell COM objects

The goal is to be able to expose Haskell code as COM component functionality, so how should we represent such an object in Haskell? We've more or less given the solution away for the kind of representation we prefer in Section Implementing COM components in Haskell, but there's a couple of possible choices:

Discussion:

The following sections assume that the explicit state representation is used.


Next Previous Contents