Update examples
This commit is contained in:
8
testsuite/multi/3plugins/Plugin1.hs
Normal file
8
testsuite/multi/3plugins/Plugin1.hs
Normal file
@ -0,0 +1,8 @@
|
||||
module Plugin1 where
|
||||
|
||||
import API
|
||||
import Data.Char
|
||||
|
||||
resource = plugin {
|
||||
valueOf = map toUpper
|
||||
}
|
Reference in New Issue
Block a user