Skip to content
Snippets Groups Projects
Commit 788f8eef authored by Ralf Jung's avatar Ralf Jung
Browse files

some more implicit types

parent adac669b
No related branches found
No related tags found
No related merge requests found
...@@ -279,6 +279,8 @@ Section proofmode_classes. ...@@ -279,6 +279,8 @@ Section proofmode_classes.
Context `{!irisGS Λ Σ}. Context `{!irisGS Λ Σ}.
Implicit Types P Q : iProp Σ. Implicit Types P Q : iProp Σ.
Implicit Types Φ : val Λ iProp Σ. Implicit Types Φ : val Λ iProp Σ.
Implicit Types v : val Λ.
Implicit Types e : expr Λ.
Global Instance frame_twp p s E e R Φ Ψ : Global Instance frame_twp p s E e R Φ Ψ :
( v, Frame p R (Φ v) (Ψ v)) ( v, Frame p R (Φ v) (Ψ v))
......
...@@ -361,6 +361,8 @@ Section proofmode_classes. ...@@ -361,6 +361,8 @@ Section proofmode_classes.
Context `{!irisGS Λ Σ}. Context `{!irisGS Λ Σ}.
Implicit Types P Q : iProp Σ. Implicit Types P Q : iProp Σ.
Implicit Types Φ : val Λ iProp Σ. Implicit Types Φ : val Λ iProp Σ.
Implicit Types v : val Λ.
Implicit Types e : expr Λ.
Global Instance frame_wp p s E e R Φ Ψ : Global Instance frame_wp p s E e R Φ Ψ :
( v, Frame p R (Φ v) (Ψ v)) ( v, Frame p R (Φ v) (Ψ v))
......
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