purescript-0.7.2.0: examples/failing/SkolemEscape2.purs
-- @shouldFailWith EscapedSkolem module Main where import Prelude import Control.Monad.Eff import Control.Monad.ST test _ = do r <- runST (newSTRef 0) return 0
-- @shouldFailWith EscapedSkolem module Main where import Prelude import Control.Monad.Eff import Control.Monad.ST test _ = do r <- runST (newSTRef 0) return 0