Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DSubstitute.hs791 applySubstTerm :: forall t. (Coercible t Term, EndoSubst t, Apply t) => Substitution' t -> t -> t
792 applySubstTerm IdS t = t function
793 applySubstTerm rho t = coerce $ case coerce t of function
815 applySubst = applySubstTerm
819 applySubst = applySubstTerm