purescript-0.9.1: 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) pure 0
-- @shouldFailWith EscapedSkolem module Main where import Prelude import Control.Monad.Eff import Control.Monad.ST test _ = do r <- runST (newSTRef 0) pure 0