Import hs-plugins cvs
This commit is contained in:
10
examples/makewith/should_fail_0/api/API.hs
Normal file
10
examples/makewith/should_fail_0/api/API.hs
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
module API where
|
||||
|
||||
data Interface = Interface {
|
||||
function :: String
|
||||
}
|
||||
|
||||
plugin :: Interface
|
||||
plugin = Interface { function = "goodbye" }
|
||||
|
Reference in New Issue
Block a user