2005-09-03 04:45:14 +00:00

9 lines
103 B
Haskell

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