darcs-2.14.1: a distributed, interactive, smart revision control system
Darcs.Patch.Type
Synopsis
data PatchType (rt :: RepoType) (p :: * -> * -> *) Source #
Used for indicating a patch type without having a concrete patch
Constructors
patchType :: p wX wY -> PatchType rt p Source #