Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/
H A DCommon.hs149 patternMatchingAllowed :: a -> Bool
152 patternMatchingAllowed = (== PatternMatching) function
155 patternMatchingAllowed = \case function
157 NoEta p -> patternMatchingAllowed p
195 patternMatchingAllowed = (== Inductive) function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rules/
H A DLHS.hs1460 | not $ patternMatchingAllowed eta -> typeError $ SplitOnNonEtaRecord d
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DBase.hs1971 patternMatchingAllowed = patternMatchingAllowed . theEtaEquality function