Skip to content

Commit

Permalink
ListSet: remove dead parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai authored Sep 6, 2024
1 parent 871b002 commit d933608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/Data/Set/ListSet.v
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Global Instance DSet_weak_listset {T} (R : T -> T -> Prop)
; filter := @List.filter _
}.

Global Instance Foldable_listset {T} (R : T -> T -> Prop)
Global Instance Foldable_listset {T}
: Foldable (lset T) T :=
fun _ f a t => List.fold_left (fun x y => f y x) t a.

Expand Down

0 comments on commit d933608

Please sign in to comment.