Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DSimplUtils.hs429 contResultType (Stop ty _) = ty function
430 contResultType (CastIt _ k) = contResultType k function
431 contResultType (StrictBind { sc_cont = k }) = contResultType k function
432 contResultType (StrictArg { sc_cont = k }) = contResultType k function
433 contResultType (Select { sc_cont = k }) = contResultType k function
434 contResultType (ApplyToTy { sc_cont = k }) = contResultType k function
435 contResultType (ApplyToVal { sc_cont = k }) = contResultType k function
436 contResultType (TickIt _ k) = contResultType k function