2005-04-24 08:51:33 +00:00

9 lines
103 B
Haskell

module Plugin1 where
import API
import Data.Char
resource = plugin {
valueOf = map toUpper
}