Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/Treeless/
H A DGuardsToPrims.hs27 guardedAlt (TAGuard g body) cont = tIfThenElse (tr g) (tr body) (tr cont) function
28 guardedAlt _ _ = __IMPOSSIBLE__ function