Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Reduce/
H A DFast.hs478 clApply_ :: Closure s -> Spine s -> Closure s
479 clApply_ c [] = c function
480 clApply_ (Closure b t env es) es' = Closure b t env (es <> es') function
1006 Left spine -> runAM (Eval (clApply_ cl0 spine) ctrl)
1293 Nothing -> runAM (Eval (clApply_ cl spine) ctrl)