docs
examples
conf
dynload
eval
hier
iface
load
make
makewith
misc
multi
objc
pdynload
badint
null
numclass
poly
poly1
should_fail0
should_fail1
small
spj1
spj2
spj3
spj4
typealias
univquant
api
prog
Makefile
Plugin.hs
pkgconf
plugs
reload
shell
typecase
unload
README
TIMINGS
build.mk
check.mk
eval.mk
foreign.mk
scripts
src
AUTHORS
BUILDING.CVS
LICENSE
Makefile
README
TODO
VERSION
autogen.sh
config.guess
config.h.in
config.mk.in
config.sub
configure.ac
install-sh
9 lines
111 B
Haskell
9 lines
111 B
Haskell
|
|
module Plugin where
|
||
|
|
|
||
|
|
import API
|
||
|
|
|
||
|
|
resource = plugin { function = my_id }
|
||
|
|
|
||
|
|
my_id :: forall a. a -> a
|
||
|
|
my_id x = x
|