| Copyright | (c) Sebastian Graf 2018 |
|---|---|
| License | ISC |
| Maintainer | sgraf1337@gmail.com |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Datafix.Worklist.Graph.Dense
Description
Dense data-flow graph representation based on IOVector.
- data Ref domain
- newRef :: MonoMapKey (Products (ParamTypes domain)) => Int -> IO (Ref domain)