docs
scripts
src
testsuite
conf
dynload
eval
hier
iface
load
loadCLib
make
makeall001
null
o
api
API.hs
prog
Makefile
Plugin.hs
odir
remake001
remake001_should_fail
simple
makewith
misc
multi
objc
pdynload
pkgconf
plugs
reload
shell
unload
unloadAll
README
TIMINGS
build.mk
check.mk
eval.mk
foreign.mk
AUTHORS
LICENSE
Makefile
README
Setup.lhs
TODO
config.guess
config.h.in
config.mk.in
config.sub
configure
configure.ac
install.sh
plugins.cabal
9 lines
135 B
Haskell
9 lines
135 B
Haskell
|
|
module API where
|
||
|
|
|
||
|
|
data Interface = Interface {
|
||
|
|
field :: String
|
||
|
|
}
|
||
|
|
|
||
|
|
plugin :: Interface
|
||
|
|
plugin = Interface { field = undefined }
|