Skip to content
Snippets Groups Projects
Verified Commit 872a4579 authored by Paolo G. Giarrusso's avatar Paolo G. Giarrusso
Browse files

fin_sets: mark set_fresh TC opaque

parent 8b49f226
No related branches found
No related tags found
1 merge request!328fin_sets: add missing Params instance for `set_map`
......@@ -26,7 +26,7 @@ Typeclasses Opaque set_map.
Global Instance set_fresh `{Elements A C, Fresh A (list A)} : Fresh A C :=
fresh elements.
Typeclasses Opaque set_filter.
Typeclasses Opaque set_fresh.
(** We generalize the [fresh] operation on sets to generate lists of fresh
elements w.r.t. a set [X]. *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment