Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rewriting/
H A DNonLinPattern.hs76 instance PatternFrom () Type NLPType where
78 NLPType <$> patternFrom r k () (getSort a)
215 instance NLPatToTerm NLPType Type where
216 nlPatToTerm (NLPType s a) = El <$> nlPatToTerm s <*> nlPatToTerm a
235 instance NLPatVars NLPType where
236 nlPatVarsUnder k (NLPType l a) = nlPatVarsUnder k (l, a)
291 instance GetMatchables NLPType where
321 instance Free NLPType where
322 freeVars' (NLPType s a) =
H A DNonLinMatch.hs195 instance Match () NLPType Type where
196 match r gamma k _ (NLPType sp p) (El s a) = workOnTypes $ do
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Serialise/Instances/
H A DInternal.hs255 instance EmbPrj NLPType where
256 icod_ (NLPType a b) = icodeN' NLPType a b
258 value = valueN NLPType
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DPretty.hs408 instance PrettyTCM NLPType where
409 prettyTCM (NLPType s a) = prettyTCM a
H A DSubstitute.hs930 instance Subst NLPType where
931 type SubstArg NLPType = NLPat
932 applySubst rho (NLPType s a) = NLPType (applySubst rho s) (applySubst rho a)
H A DReduce.hs1424 instance InstantiateFull NLPType where
1425 instantiateFull' (NLPType s a) = NLPType
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DBase.hs1681 | PPi (Dom NLPType) (Abs NLPType)
1692 data NLPType = NLPType constructor
4532 instance KillRange NLPType where
4533 killRange (NLPType s a) = killRange2 NLPType s a
4689 instance NFData NLPType