diff --git a/program_logic/model.v b/program_logic/model.v index 212d2a740124f151f806cb9f5d8f660d3ec8d11c..f0199b825585af98a1bca4d4d437eac16808a5e5 100644 --- a/program_logic/model.v +++ b/program_logic/model.v @@ -116,7 +116,7 @@ Module Type iProp_solution_sig. Parameter iPreProp : gFunctors → cofeT. Definition iResUR (Σ : gFunctors) : ucmraT := iprodUR (λ i, gmapUR gname (Σ i (iPreProp Σ))). - Definition iProp (Σ : gFunctors) : cofeT := uPredC (iResUR Σ). + Notation iProp Σ := (uPredC (iResUR Σ)). Parameter iProp_unfold: ∀ {Σ}, iProp Σ -n> iPreProp Σ. Parameter iProp_fold: ∀ {Σ}, iPreProp Σ -n> iProp Σ. @@ -134,7 +134,7 @@ Module Export iProp_solution : iProp_solution_sig. Definition iPreProp (Σ : gFunctors) : cofeT := iProp_result Σ. Definition iResUR (Σ : gFunctors) : ucmraT := iprodUR (λ i, gmapUR gname (Σ i (iPreProp Σ))). - Definition iProp (Σ : gFunctors) : cofeT := uPredC (iResUR Σ). + Notation iProp Σ := (uPredC (iResUR Σ)). Definition iProp_unfold {Σ} : iProp Σ -n> iPreProp Σ := solution_fold (iProp_result Σ). @@ -145,8 +145,6 @@ Module Export iProp_solution : iProp_solution_sig. Proof. apply solution_fold_unfold. Qed. End iProp_solution. -Bind Scope uPred_scope with iProp. - (** * Properties of the solution to the recursive domain equation *) Lemma iProp_unfold_equivI {Σ} (P Q : iProp Σ) :