Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmCommonBlockElim.hs270 eqMaybeWith eltEq (Just e) (Just e') = eltEq e e' function
271 eqMaybeWith _ Nothing Nothing = True function
272 eqMaybeWith _ _ _ = False function