Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DCoverage.hs912 Def d [] | Just d == mInterval -> throw NotADatatype
917 else throw NotADatatype
931 _ -> throw NotADatatype
932 _ -> throw NotADatatype
1420 unless typeOk $ throwError . NotADatatype =<< do liftTCM $ buildClosure (unDom t)
H A DErrors.hs1266 NotADatatype t -> enterClosure t $ \ t -> fsep $
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rules/
H A DLHS.hs1571 notData = liftTCM $ SplitError . NotADatatype <$> buildClosure a0
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DBase.hs3493 = NotADatatype (Closure Type) -- ^ Neither data type nor record. constructor