Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DCompiledClause.hs41 { projPatterns :: Bool function
106 , not $ projPatterns b ]
124 Case _ br -> Any (projPatterns br) <> foldMap loop br
183 pretty (Case n bs) | projPatterns bs =
H A DRecordPatterns.hs158 loops i cs@Branches{ projPatterns = comatch
228 { projPatterns = True function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/CompiledClause/
H A DCompile.hs131 compiles lz ts br@Branches{ projPatterns = cop
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/
H A DToTreeless.hs302 arities cxt (Case _ Branches{projPatterns = True}) = [cxt]