Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rules/
H A DRecord.hs188 when (conInduction == CoInductive && theEtaEquality haveEta == YesEta) $ do
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DBase.hs1966 = Specified { theEtaEquality :: !HasEta } -- ^ User specifed 'eta-equality' or 'no-eta-equality'. function
1967 | Inferred { theEtaEquality :: !HasEta } -- ^ Positivity checker inferred whether eta is safe. function
1971 patternMatchingAllowed = patternMatchingAllowed . theEtaEquality
1974 copatternMatchingAllowed = copatternMatchingAllowed . theEtaEquality
2246 recEtaEquality = theEtaEquality . recEtaEquality'