Skip to content

Commit b4aa4eb

Browse files
authored
Unused implicit at Data.List.Fresh.Relation.Unary.Any.Properties (#2912)
1 parent d190080 commit b4aa4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/List/Fresh/Relation/Unary/Any/Properties.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module _ {R : Rel A r} {P : Pred A p} {Q : Pred A q} (P⇒¬Q : ∀[ P ⇒ ∁ Q
5252
All⇒¬Any (p ∷ _) (here q) = P⇒¬Q p q
5353
All⇒¬Any (_ ∷ ps) (there qs) = All⇒¬Any ps qs
5454

55-
module _ {R : Rel A r} {P : Pred A p} {Q : Pred A q} (P? : Decidable P) where
55+
module _ {R : Rel A r} {P : Pred A p} (P? : Decidable P) where
5656

5757
¬All⇒Any : {xs : List# A R} ¬ (All P xs) Any (∁ P) xs
5858
¬All⇒Any {xs = []} ¬ps = contradiction [] ¬ps

0 commit comments

Comments
 (0)