Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DBase.hs3184 isDontExpandLast :: ExpandHidden -> Bool
3185 isDontExpandLast ExpandLast = False function
3186 isDontExpandLast DontExpandLast = True function
3187 isDontExpandLast ReallyDontExpandLast = True function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rules/
H A DApplication.hs570 checkArgumentsE' chk cmp exh _ [] t0 _ | isDontExpandLast exh = return $ ACState [] [] [] t0 chk