Skip to content

MonadST instance for ParserT? #197

@jamesdbrock

Description

@jamesdbrock

https://pursuit.purescript.org/packages/purescript-st/6.0.0/docs/Control.Monad.ST.Class#v:liftST

Then we could replace doST with liftST here

-- Sequence ST operations in some other monad. What could possibly go wrong?
doST :: forall b. ST Global b -> m b
doST = pure <<< unsafePerformEffect <<< toEffect

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions