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

Safe HaskellSafe
LanguageHaskell2010

Darcs.Patch.Type

Synopsis

Documentation

data PatchType (rt :: RepoType) (p :: * -> * -> *) Source #

Used for indicating a patch type without having a concrete patch

Constructors

PatchType 

patchType :: p wX wY -> PatchType rt p Source #