darcs-beta-2.7.99.2: a distributed, interactive, smart revision control system

Safe HaskellSafe-Infered

Darcs.Resolution

Documentation

externalResolutionSource

Arguments

:: forall p x y z a . (RepoPatch p, ApplyState p ~ Tree) 
=> Tree IO 
-> String

external merge tool command

-> [DarcsFlag]

command line arguments

-> FL (PrimOf p) x y 
-> FL (PrimOf p) x z 
-> FL p y a 
-> IO (Sealed (FL (PrimOf p) a))