packages feed

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

module API where

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