Home
last modified time | relevance | path

Searched defs:isectPathSet (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Commands/
H A DMarkConflicts.hs293 isectPathSet Everything ys = ys function
294 isectPathSet xs Everything = xs function
295 isectPathSet (Only xs) (Only ys) = Only (isect xs ys) function