Files
shaniqua-plugins/testsuite/pdynload/bayley1/api/API.hs
2005-09-03 04:45:14 +00:00

7 lines
88 B
Haskell

module API where
type PluginAPI = Int -> String
action :: PluginAPI
action i = show i