Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Auto/
H A DSyntax.hs243 pateli i (PatConApp _ args : pats) = if all notcon (args ++ pats) then Just i else Nothing function
244 pateli i (_ : pats) = pateli (i + 1) pats function
245 pateli i [] = Nothing function