You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect we'll have to mention briefly to_subst in the paper (appendix).
Either way, it's high time for a notation for it.
Since it turns finite to infinite substitutions, I'm thinking of:
(* Tighter precedence than [>>], which has level 56. *)Notation "∞ ρ" := (to_subst ρ) (at level 50).
The text was updated successfully, but these errors were encountered:
Blaisorblade
changed the title
Notation for to_subst for paper
Notation for to_subst for paper and Coq code
Jul 8, 2019
I suspect we'll have to mention briefly
to_subst
in the paper (appendix).Either way, it's high time for a notation for it.
Since it turns finite to infinite substitutions, I'm thinking of:
The text was updated successfully, but these errors were encountered: