| Copyright | Copyright (c) 2007--2015 wren gayle romano |
|---|---|
| License | BSD |
| Maintainer | [email protected] |
| Stability | experimental |
| Portability | semi-portable (Rank2Types, MPTCs,...) |
| Safe Haskell | None |
| Language | Haskell98 |
Control.Unification.STVar
Description
This module defines an implementation of unification variables
using the ST monad.
- data STVar s t
- data STBinding s a
- runSTBinding :: (forall s. STBinding s a) -> a