Skip to content
Snippets Groups Projects
Commit f95724ab authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Remove obsolete comment.

parent 7ce1b7d6
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,6 @@ Instance: Params (@uPred_big_sep) 1. ...@@ -25,7 +25,6 @@ Instance: Params (@uPred_big_sep) 1.
Notation "'[★]' Ps" := (uPred_big_sep Ps) (at level 20) : uPred_scope. Notation "'[★]' Ps" := (uPred_big_sep Ps) (at level 20) : uPred_scope.
(** * Other big ops *) (** * Other big ops *)
(** We use a type class to obtain overloaded notations *)
Definition uPred_big_sepM {M} `{Countable K} {A} Definition uPred_big_sepM {M} `{Countable K} {A}
(m : gmap K A) (Φ : K A uPred M) : uPred M := (m : gmap K A) (Φ : K A uPred M) : uPred M :=
[] (curry Φ <$> map_to_list m). [] (curry Φ <$> map_to_list m).
......
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