packages feed

plugins-1.3: testsuite/pdynload/bayley1/api/API.hs

module API where

type PluginAPI = Int -> String
action :: PluginAPI
action i = show i