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

More Implicit Types.

parent ffd67c09
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,8 @@ Hint Mode Laterable + ! : typeclass_instances. ...@@ -11,7 +11,8 @@ Hint Mode Laterable + ! : typeclass_instances.
Section instances. Section instances.
Context {PROP : sbi}. Context {PROP : sbi}.
Implicit Type (P : PROP). Implicit Types P : PROP.
Implicit Types Ps : list PROP.
Global Instance later_laterable P : Laterable ( P). Global Instance later_laterable P : Laterable ( P).
Proof. Proof.
...@@ -54,6 +55,6 @@ Section instances. ...@@ -54,6 +55,6 @@ Section instances.
Global Instance big_sepL_laterable Ps : Global Instance big_sepL_laterable Ps :
Timeless (PROP:=PROP) emp Timeless (PROP:=PROP) emp
TCForall Laterable Ps TCForall Laterable Ps
Laterable (PROP:=PROP) ([] Ps). Laterable ([] Ps).
Proof. induction 2; simpl; apply _. Qed. Proof. induction 2; simpl; apply _. Qed.
End instances. End instances.
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