Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcRnMonad.hs101 discardConstraints, captureConstraints, tryCaptureConstraints,
1145 tryCaptureConstraints :: TcM a -> TcM (Maybe a, WantedConstraints)
1151 tryCaptureConstraints thing_inside function
1169 = do { (mb_res, lie) <- tryCaptureConstraints thing_inside
1189 = do { (mb_r, lie) <- tryCaptureConstraints thing_inside
H A DTcSimplify.hs102 TcM.tryCaptureConstraints thing_inside