Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rewriting/
H A DNonLinPattern.hs226 class NLPatVars a where constructor
232 instance {-# OVERLAPPABLE #-} (Foldable f, NLPatVars a) => NLPatVars (f a) where
235 instance NLPatVars NLPType where
238 instance NLPatVars NLPSort where
246 instance NLPatVars NLPat where
256 instance (NLPatVars a, NLPatVars b) => NLPatVars (a,b) where
259 instance NLPatVars a => NLPatVars (Abs a) where