Chapter 25
Foreign.C

module Foreign.C (  
    module Foreign.C.Types,  module Foreign.C.String,  module Foreign.C.Error  
  ) where

The module Foreign.C combines the interfaces of all modules providing C-specific marshalling support, namely

module Foreign.C.Types
module Foreign.C.String
module Foreign.C.Error