Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsMonad.hs147 data CanItFail = CanFail | CantFail constructor
150 orFail CantFail CantFail = CantFail function
H A DDsUtils.hs197 matchCanFail (MatchResult CantFail _) = False function