We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Data.List.Fresh.Relation.Unary.Any.Properties
1 parent d190080 commit b4aa4ebCopy full SHA for b4aa4eb
src/Data/List/Fresh/Relation/Unary/Any/Properties.agda
@@ -52,7 +52,7 @@ module _ {R : Rel A r} {P : Pred A p} {Q : Pred A q} (P⇒¬Q : ∀[ P ⇒ ∁ Q
52
All⇒¬Any (p ∷ _) (here q) = P⇒¬Q p q
53
All⇒¬Any (_ ∷ ps) (there qs) = All⇒¬Any ps qs
54
55
-module _ {R : Rel A r} {P : Pred A p} {Q : Pred A q} (P? : Decidable P) where
+module _ {R : Rel A r} {P : Pred A p} (P? : Decidable P) where
56
57
¬All⇒Any : {xs : List# A R} → ¬ (All P xs) → Any (∁ P) xs
58
¬All⇒Any {xs = []} ¬ps = contradiction [] ¬ps
0 commit comments