Library zoo.iris.diaframe.hints
Require Import diaframe.proofmode_base.
Require Import zoo.prelude.
Require Export zoo.iris.diaframe.base.
Require Import zoo.options.
Section big_sepM.
Context {PROP : bi}.
Context `{Countable K}.
Context {V : Type}.
Implicit Type Φ : K → V → PROP.
#[global] Instance diahintーbig_sepMーempty Φ :
HINT ε₀ ✱ [- ;
emp
] ⊫ [id];
[∗ map] k ↦ v ∈ ∅, Φ k v
✱ [
emp
].
End big_sepM.
Section big_sepS.
Context {PROP : bi}.
Context `{Countable K}.
Implicit Type Φ : K → PROP.
#[global] Instance diahintーbig_sepSーempty Φ :
HINT ε₀ ✱ [- ;
emp
] ⊫ [id];
[∗ set] k ∈ ∅, Φ k
✱ [
emp
].
End big_sepS.
Section big_sepMS.
Context {PROP : bi}.
Context `{Countable K}.
Implicit Type Φ : K → PROP.
#[global] Instance diahintーbig_sepMSーempty Φ :
HINT ε₀ ✱ [- ;
emp
] ⊫ [id];
[∗ mset] k ∈ ∅, Φ k
✱ [
emp
].
End big_sepMS.
Require Import zoo.prelude.
Require Export zoo.iris.diaframe.base.
Require Import zoo.options.
Section big_sepM.
Context {PROP : bi}.
Context `{Countable K}.
Context {V : Type}.
Implicit Type Φ : K → V → PROP.
#[global] Instance diahintーbig_sepMーempty Φ :
HINT ε₀ ✱ [- ;
emp
] ⊫ [id];
[∗ map] k ↦ v ∈ ∅, Φ k v
✱ [
emp
].
End big_sepM.
Section big_sepS.
Context {PROP : bi}.
Context `{Countable K}.
Implicit Type Φ : K → PROP.
#[global] Instance diahintーbig_sepSーempty Φ :
HINT ε₀ ✱ [- ;
emp
] ⊫ [id];
[∗ set] k ∈ ∅, Φ k
✱ [
emp
].
End big_sepS.
Section big_sepMS.
Context {PROP : bi}.
Context `{Countable K}.
Implicit Type Φ : K → PROP.
#[global] Instance diahintーbig_sepMSーempty Φ :
HINT ε₀ ✱ [- ;
emp
] ⊫ [id];
[∗ mset] k ∈ ∅, Φ k
✱ [
emp
].
End big_sepMS.