plugins-1.3: testsuite/pdynload/univquant/api/API.hs
module API where
data Interface = Interface {
function :: forall a. a -> a
}
plugin :: Interface
plugin = Interface { function = id }
module API where
data Interface = Interface {
function :: forall a. a -> a
}
plugin :: Interface
plugin = Interface { function = id }