packages feed

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

module API where

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

rsrc :: Interface
rsrc = Interface { transform = id }