plugins-1.0: testsuite/make/o/api/API.hs
module API where
data Interface = Interface {
field :: String
}
plugin :: Interface
plugin = Interface { field = undefined }
module API where
data Interface = Interface {
field :: String
}
plugin :: Interface
plugin = Interface { field = undefined }