7 lines
163 B
Text
7 lines
163 B
Text
@eq N a z : Prop
|
|
num3.lean:14:11: error: invalid type ascription, expression has type
|
|
N
|
|
but is expected to have type
|
|
num
|
|
@eq num 2 1 : Prop
|
|
@eq num 2 1 : Prop
|