autosubst2 icon indicating copy to clipboard operation
autosubst2 copied to clipboard

Question about substitution notation

Open qcfu-bu opened this issue 3 years ago • 0 comments

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 to printing only. I was wondering what's the right way to use autosubst's notations?

qcfu-bu avatar Feb 26 '22 14:02 qcfu-bu