Update examples
This commit is contained in:
14
testsuite/hier/hier1/Plugin.hs
Normal file
14
testsuite/hier/hier1/Plugin.hs
Normal file
@ -0,0 +1,14 @@
|
||||
--
|
||||
-- Plugin
|
||||
--
|
||||
|
||||
module Plugin where
|
||||
|
||||
import API
|
||||
import Modules.Flags as Flags
|
||||
|
||||
|
||||
resource = plugin {
|
||||
dbFunc = (\x -> Flags.f1 x)
|
||||
}
|
||||
|
Reference in New Issue
Block a user