summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/safeHaskell/unsafeLibs/Dep10.hs
blob: 70d660ed1cacae60e563c25a4256265411237314 (plain)
1
2
3
4
5
6
7
8
module Dep10 where

import GHC.ST

bad1 = liftST 

bad2 = unsafeInterleaveST