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

Fix compilation with Coq master.

parent e65b06a7
No related branches found
No related tags found
No related merge requests found
...@@ -41,8 +41,8 @@ Definition ufrac_auth_frag {A : cmraT} (q : Qp) (x : A) : ufrac_authR A := ...@@ -41,8 +41,8 @@ Definition ufrac_auth_frag {A : cmraT} (q : Qp) (x : A) : ufrac_authR A :=
Typeclasses Opaque ufrac_auth_auth ufrac_auth_frag. Typeclasses Opaque ufrac_auth_auth ufrac_auth_frag.
Instance: Params (@ufrac_auth_auth) 2. Instance: Params (@ufrac_auth_auth) 2 := {}.
Instance: Params (@ufrac_auth_frag) 2. Instance: Params (@ufrac_auth_frag) 2 := {}.
Notation "●U{ q } a" := (ufrac_auth_auth q a) (at level 10, format "●U{ q } a"). Notation "●U{ q } a" := (ufrac_auth_auth q a) (at level 10, format "●U{ q } a").
Notation "◯U{ q } a" := (ufrac_auth_frag q a) (at level 10, format "◯U{ q } a"). Notation "◯U{ q } a" := (ufrac_auth_frag q a) (at level 10, format "◯U{ q } a").
......
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