Skip to content
Snippets Groups Projects
Commit 45fd520d authored by Ralf Jung's avatar Ralf Jung
Browse files

avoid section variables for real

parent c4055887
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ Proof. naive_solver. Qed.
Section map_notations.
(* Avoiding section variables so output is not affected by
https://github.com/coq/coq/pull/16208 *)
Let M := gmap nat.
Notation M := (gmap nat).
Definition test_2 : M (M nat) := {[ 10 := {[ 10 := 1 ]}; 20 := {[ 20 := 2]} ]}.
Definition test_3 : M (M nat) := {[ 10 := {[ 10 := 1 ]}; 20 := {[ 20 := 2]};
......
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