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

Merge branch 'fix-implicit-binder-warning' into 'master'

Fix unexpected implicit binder warning

See merge request iris/iris!367
parents 84804f05 fb7c4710
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ Instance: Params (@of_envs) 1 := {}.
Arguments of_envs : simpl never.
Definition envs_entails_aux :
seal (λ {PROP : bi} (Γp Γs : env PROP) (Q : PROP), of_envs' Γp Γs Q).
seal (λ (PROP : bi) (Γp Γs : env PROP) (Q : PROP), of_envs' Γp Γs Q).
Proof. by eexists. Qed.
Definition envs_entails {PROP : bi} (Δ : envs PROP) (Q : PROP) : Prop :=
envs_entails_aux.(unseal) PROP (env_intuitionistic Δ) (env_spatial Δ) Q.
......
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