Update examples
This commit is contained in:
7
testsuite/unloadAll/null/Dep.hs
Normal file
7
testsuite/unloadAll/null/Dep.hs
Normal file
@ -0,0 +1,7 @@
|
||||
module Dep ( resource ) where
|
||||
|
||||
import API
|
||||
import Data.Dynamic
|
||||
import Prelude hiding (null)
|
||||
|
||||
resource = null
|
Reference in New Issue
Block a user