Home
last modified time | relevance | path

Searched defs:foldTerm (Results 1 – 5 of 5) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Internal/
H A DGeneric.hs34 foldTerm = foldMap . foldTerm function
40 foldTerm _ = mempty function
44 foldTerm _ = mempty function
48 foldTerm _ = mempty function
52 foldTerm _ = mempty function
56 foldTerm _ = mempty function
101 foldTerm f t = f t `mappend` case t of function
120 foldTerm f (Plus _ l) = foldTerm f l function
124 foldTerm f (El s t) = foldTerm f t function
141 foldTerm f = \case function
[all …]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DCompiledClause.hs212 foldTerm = foldMap . foldTerm function
216 foldTerm = foldMap . foldTerm function
220 foldTerm = foldMap . foldTerm function
H A DPrimitive.hs65 foldTerm _ = mempty function
/dports/lang/ghc/ghc-8.10.7/compiler/ghci/
H A DRtClosureInspect.hs170 foldTerm tf (Term ty dc v tt) = fTerm tf ty dc v (map (foldTerm tf) tt) function
171 foldTerm tf (Prim ty v ) = fPrim tf ty v function
172 foldTerm tf (Suspension ct ty v b) = fSuspension tf ct ty v b function
173 foldTerm tf (NewtypeWrap ty dc t) = fNewtypeWrap tf ty dc (foldTerm tf t) function
174 foldTerm tf (RefWrap ty t) = fRefWrap tf ty (foldTerm tf t) function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DBase.hs1120 foldTerm f = \case function
1193 foldTerm f (AsTermsOf a) = foldTerm f a function
1194 foldTerm f AsSizes = mempty function
1195 foldTerm f AsTypes = mempty function