Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DSubstitute.hs1300 teleNoAbs :: a -> Term -> Term
1303 teleNoAbs tel t = foldr (\ Dom{domInfo = ai, unDom = (x, _)} -> Lam ai . NoAbs x) t tel function
1306 teleNoAbs tel = teleNoAbs $ telToList tel function
H A DWith.hs162 lams u = teleNoAbs wtel (abstract delta2 u)