mirror of
https://github.com/github/semantic.git
synced 2025-01-03 21:16:12 +03:00
Formatting
This commit is contained in:
parent
109cca099e
commit
45320eb1f7
@ -77,9 +77,9 @@ rws compare as bs
|
||||
_ -> (as, bs, succ counterA, succ counterB)
|
||||
) ([], [], 0, 0) sesDiff
|
||||
|
||||
-- (catMaybes $ (\ diff -> case runFree diff of { Pure (Delete term) -> UnmappedTerm }) <$> sesDiff, )
|
||||
|
||||
dropEqualTerms :: PQueue.MaxPQueue Int (UnmappedHashTerm (Cofree f (Record fields))) -> PQueue.MaxPQueue Int (UnmappedHashTerm (Cofree f (Record fields))) -> ([UnmappedTerm (Cofree f (Record fields))], [UnmappedTerm (Cofree f (Record fields))])
|
||||
dropEqualTerms :: PQueue.MaxPQueue Int (UnmappedHashTerm (Cofree f (Record fields)))
|
||||
-> PQueue.MaxPQueue Int (UnmappedHashTerm (Cofree f (Record fields)))
|
||||
-> ([UnmappedTerm (Cofree f (Record fields))], [UnmappedTerm (Cofree f (Record fields))])
|
||||
dropEqualTerms as bs = (unmappedAs, unmappedBs)
|
||||
where
|
||||
(unmappedAs, unmappedBs, _, _) = dropEqualTerms' ([], [], as, bs)
|
||||
|
Loading…
Reference in New Issue
Block a user