Update examples
This commit is contained in:
6
testsuite/pdynload/bayley1/api/API.hs
Normal file
6
testsuite/pdynload/bayley1/api/API.hs
Normal file
@ -0,0 +1,6 @@
|
||||
module API where
|
||||
|
||||
type PluginAPI = Int -> String
|
||||
action :: PluginAPI
|
||||
action i = show i
|
||||
|
Reference in New Issue
Block a user