plugins-1.5.5.0: Dynamic linking for Haskell and C objects

Safe HaskellNone
LanguageHaskell98

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
 

data ObjType Source

Constructors

Vanilla 
Shared 

Instances