Open tonyxty opened 4 years ago
Temporary workaround: adding type annotation to x
\instance inst : C
| f (x : B) => \new B {
| v => suc (x.v)
}
Do you want to write x.v
or just v
? The title of the issue makes me think that you want the latter, but the text itself has the former option.
Do you want to write
x.v
or justv
? The title of the issue makes me think that you want the latter, but the text itself has the former option.
Alas, human language. I've edited the title, hopefully it's clearer now.
Example:
This might be related to #126.