7 lines
88 B
Haskell
Raw Normal View History

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