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

A comment explaining the `invG` submodule.

parent b58adc74
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,9 @@ From iris.algebra Require Import gmap auth agree gset coPset. ...@@ -4,6 +4,9 @@ From iris.algebra Require Import gmap auth agree gset coPset.
From iris.proofmode Require Import tactics. From iris.proofmode Require Import tactics.
Set Default Proof Using "Type". Set Default Proof Using "Type".
(** All definitions in this file are internal to [fancy_updates] with the
exception of what's in the [invG] module. The module [invG] is thus exported in
[fancy_updates], which [wsat] is only imported. *)
Module invG. Module invG.
Class invG (Σ : gFunctors) : Set := WsatG { Class invG (Σ : gFunctors) : Set := WsatG {
inv_inG :> inG Σ (authR (gmapUR positive (agreeR (laterC (iPreProp Σ))))); inv_inG :> inG Σ (authR (gmapUR positive (agreeR (laterC (iPreProp Σ)))));
......
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