plugins-1.5.1.3: Dynamic linking for Haskell and C objects

System.Plugins.LoadTypes

Documentation

data Key Source

Constructors

Object String 
Package String 

data Module Source

Constructors

Module 

Fields

path :: !FilePath
 
mname :: !String
 
kind :: !ObjType
 
iface :: ModIface
 
key :: Key
 

Instances

data ObjType Source

Constructors

Vanilla 
Shared 

Instances