Closed sxhya closed 1 year ago
In the following example you will get multiple Cannot resolve reference 'X' errors, which can be fixed by replacing \with with \elim n:
Cannot resolve reference 'X'
\with
\elim n
\data Foo {X : \Type} (n : Nat) \with | zero => nil X | suc n => cons X (Foo {X} n)
Not a bug
In the following example you will get multiple
Cannot resolve reference 'X'
errors, which can be fixed by replacing\with
with\elim n
: