Import hs-plugins cvs
This commit is contained in:
10
examples/makewith/io/TestIO.stub
Normal file
10
examples/makewith/io/TestIO.stub
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
module TestIO ( resource, resource_dyn ) where
|
||||
|
||||
import API
|
||||
import Data.Dynamic
|
||||
|
||||
resource = testio
|
||||
|
||||
resource_dyn :: Dynamic
|
||||
resource_dyn = toDyn resource
|
Reference in New Issue
Block a user