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