Files
shaniqua-plugins/examples/makewith/should_fail_0/api/API.hs

11 lines
148 B
Haskell
Raw Normal View History

2005-04-24 08:51:33 +00:00
module API where
data Interface = Interface {
function :: String
}
plugin :: Interface
plugin = Interface { function = "goodbye" }