| Portability | portable (depends on ghc) |
|---|---|
| Stability | provisional |
| Maintainer | bastiaan.heeren@ou.nl |
| Safe Haskell | None |
Ideas.Common.Strategy.Core
Description
The core strategy combinators. This module defines the interal data structure of a strategy, and some utility functions that operate directly on it.
Documentation
A generalized Core expression, not restricted to rules. This makes GCore a (traversable and foldable) functor.
coreSubstAll :: GCore l a -> GCore l aSource