Module

Control.Monad.ST.Global

Package
purescript-st
Repository
purescript/purescript-st

#Global Source

data Global :: Region

This region allows ST computations to be converted into Effect computations so they can be run in a global context.

#toEffect Source

toEffect :: (ST Global) ~> Effect

Converts an ST computation into an Effect computation.