Home
last modified time | relevance | path

Searched refs:commuterRLId (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Patch/
H A DCommuteFn.hs4 commuterIdRL, commuterRLId,
83 commuterRLId :: CommuteFn p1 p2 -> CommuteFn (RL p1) p2
84 commuterRLId _ (NilRL :> y) = return (y :> NilRL) function
85 commuterRLId commuter ((xs :<: x) :> y) function
87 y'' :> xs' <- commuterRLId commuter (xs :> y')
96 b' :> as' <- commuterRLId commuter (as :> b)
H A DCommute.hs14 , commuterRLId
66 commuteRL = commuterRLId commute