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

Add comment.

parent 8e1e9c03
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,8 @@ Section later_credit_theory. ...@@ -105,6 +105,8 @@ Section later_credit_theory.
rewrite lc_unseal /lc_def. apply _. rewrite lc_unseal /lc_def. apply _.
Qed. Qed.
(** Make sure that the rule for [+] is used before [S], otherwise Coq's
unification applies the [S] hint too eagerly. See Iris issue #470. *)
Global Instance from_sep_lc_add n m : Global Instance from_sep_lc_add n m :
FromSep (£ (n + m)) (£ n) (£ m) | 0. FromSep (£ (n + m)) (£ n) (£ m) | 0.
Proof. Proof.
......
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