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

Safe HaskellNone

Darcs.Patch.Prim.V1.Core

Synopsis

Documentation

data DirPatchType x y Source

Constructors

RmDir 
AddDir 

comparePrim :: Prim x y -> Prim w z -> OrderingSource

comparePrim p1 p2 is used to provide an arbitrary ordering between p1 and p2. Basically, identical patches are equal and Move < DP < FP < ChangePref. Everything else is compared in dictionary order of its arguments.