Update examples
This commit is contained in:
6
testsuite/load/unloadpkg/Main.hs
Normal file
6
testsuite/load/unloadpkg/Main.hs
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
import System.Plugins
|
||||
|
||||
main = do loadPackage "posix"
|
||||
unloadPackage "posix"
|
||||
loadPackage "posix"
|
Reference in New Issue
Block a user