Skip to content
Snippets Groups Projects
Commit 51b61ebb authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Params instance for bupd.

parent c6bf752e
No related branches found
No related tags found
No related merge requests found
......@@ -318,6 +318,7 @@ Definition uPred_cmra_valid_eq :
@uPred_cmra_valid = @uPred_cmra_valid_def := seal_eq uPred_cmra_valid_aux.
Class BUpd (A : Type) : Type := bupd : A A.
Instance : Params (@bupd) 2.
Program Definition uPred_bupd_def {M} (Q : uPred M) : uPred M :=
{| uPred_holds n x := k yf,
......
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