Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmCommonBlockElim.hs275 eqListWith f (a : as) (b : bs) = f a b && eqListWith f as bs function
276 eqListWith _ [] [] = True function
277 eqListWith _ _ _ = False function