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