7 lines
88 B
Haskell
Raw Permalink Normal View History

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