Safe Haskell | None |
---|---|
Language | Haskell98 |
Darcs.Patch.Effect
Documentation
class Effect p where
Patches whose concrete effect which can be expressed as a list of primitive patches.
A minimal definition would be either of effect
or effectRL
.
Minimal complete definition
Nothing