darcs-2.10.1: a distributed, interactive, smart revision control system

Safe HaskellNone
LanguageHaskell2010

Darcs.Patch.Effect

Synopsis

Documentation

class Effect p where Source

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

Methods

effect :: p wX wY -> FL (PrimOf p) wX wY Source

effectRL :: p wX wY -> RL (PrimOf p) wX wY Source