Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DContext.hs374 underAbstractionAbs = underAbstractionAbs' id function
379 underAbstractionAbs' wrap t a k = addContext (wrap $ realName $ absName a, t) $ k $ absBody a function