Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DSubstitute.hs97 applyE = applyTermE absurd function
216 applyE s [] = s function
217 applyE s es = case s of function
522 applyE (DTerm v) es = DTerm $ applyE v es function
531 applyE ts es = map (`applyE` es) ts function
535 applyE b es = fmap (`applyE` es) b function
539 applyE x es = fmap (`applyE` es) x function
543 applyE x es = fmap (`applyE` es) x function
547 applyE x es = fmap (`applyE` es) x function
551 applyE x es = fmap (`applyE` es) x function
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc84/
H A DTypes.hs129 applyE combineElements a b = Editor $ \s -> do function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Substitute/
H A DClass.hs32 -- applyE t es = apply t $ fromMaybe __IMPOSSIBLE__ $ allApplyElims es function