plugins-1.5.3.0: Dynamic linking for Haskell and C objects

Safe HaskellNone

System.Plugins.LoadTypes

Documentation

data Key

Constructors

Object String 
Package String 

type Symbol = String

type Type = String

type Errors = [String]

type PackageConf = FilePath

data Module

Constructors

Module 

Fields

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

Instances

Eq Module 
Ord Module 

data ObjType

Constructors

Vanilla 
Shared 

Instances

Eq ObjType