| Safe Haskell | Safe |
|---|
Control.Monad.MultiPass.Example.CFG2
Description
This example is a modified version of the
Control.Monad.MultiPass.Example.CFG example, which uses a mutable
ST2Array to represent the control flow graph rather than an
immutable Array. This means that it is not possible to
use pmapM to map over the array.
Instead pmapST2ArrayMP is used