packages feed

plugins-1.3: testsuite/multi/3plugins/api/API.hs

module API where

data Interface = Interface { 
        valueOf :: String -> String 
}

plugin :: Interface 
plugin = Interface { valueOf = id }