Update examples
This commit is contained in:
8
testsuite/make/o/api/API.hs
Normal file
8
testsuite/make/o/api/API.hs
Normal file
@ -0,0 +1,8 @@
|
||||
module API where
|
||||
|
||||
data Interface = Interface {
|
||||
field :: String
|
||||
}
|
||||
|
||||
plugin :: Interface
|
||||
plugin = Interface { field = undefined }
|
Reference in New Issue
Block a user