plugins-1.0: testsuite/multi/3plugins/api/API.hs
module API where
data Interface = Interface {
valueOf :: String -> String
}
plugin :: Interface
plugin = Interface { valueOf = id }
module API where
data Interface = Interface {
valueOf :: String -> String
}
plugin :: Interface
plugin = Interface { valueOf = id }