summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/unsafeLibs/Dep10.hs
blob: 84a7adcff7d4c9b67c9f58cefe608ece43d8f5c1 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE Safe #-}
module Dep10 where

import GHC.ST

bad1 = liftST 

bad2 = unsafeInterleaveST