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
When trying to compile the examples, in reduction.v, coq reports that is does not know how to interpret notation (_[_]). From what I understand (_[_]) is the notation used for substitution. When checking its definition in stlc.v, the notation is set to printing only. I was wondering what's the right way to use autosubst's notations?
The text was updated successfully, but these errors were encountered:
I was trying to follow the examples shown in
https://github.com/andreasabel/strong-normalization/tree/master/coq/well-scoped
When trying to compile the examples, in reduction.v, coq reports that is does not know how to interpret notation
(_[_])
. From what I understand(_[_])
is the notation used for substitution. When checking its definition in stlc.v, the notation is set toprinting only
. I was wondering what's the right way to use autosubst's notations?The text was updated successfully, but these errors were encountered: