9 lines
205 B
Text
9 lines
205 B
Text
389.lean:7:14-7:17: error: Application type mismatch: In the application
|
|
getFoo bar
|
|
the final argument
|
|
bar
|
|
has type
|
|
Bar Nat : Type
|
|
but is expected to have type
|
|
Foo ?m : Type
|
|
getFoo bar.toFoo : Nat
|