Hs2lib-0.4.8: A Library and Preprocessor that makes it easier to create shared libs from Haskell programs.

Portabilityportable
Stabilityexperimental
Maintainertamar@zhox.com

WinDll.Lib.InstancesTypes

Description

Module containing types and enums for misc instances, for commonly used datatypes like Maybe, Either etc

Documentation

type MaybePtr a = Ptr (Maybe a)Source

type EitherPtr a b = Ptr (Either a b)Source