Skip to content
Snippets Groups Projects

Add set_omap to finite sets

Merged Dorian Lesbre requested to merge dlesbre/stdpp:dorian/set_omap into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -450,7 +450,7 @@ End map.
(** * Bind *)
Section set_bind.
Context `{FinSet B SB}.
Context `{Set_ B SB}.
Local Notation set_bind := (set_bind (A:=A) (SA:=C) (SB:=SB)).
Loading