Update examples
This commit is contained in:
13
testsuite/makewith/unsafeio/Unsafe.stub
Normal file
13
testsuite/makewith/unsafeio/Unsafe.stub
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
module Unsafe ( resource, resource_dyn ) where
|
||||
|
||||
import API
|
||||
import Data.Dynamic
|
||||
|
||||
resource = unsafe
|
||||
|
||||
--
|
||||
-- special
|
||||
--
|
||||
resource_dyn :: Dynamic
|
||||
resource_dyn = toDyn resource
|
Reference in New Issue
Block a user