4 lines
271 B
Text
4 lines
271 B
Text
fun α [Repr α] => repr : (α : Type u_1) → [inst : Repr α] → α → Std.Format
|
||
fun x y => x : (x : ?m) → ?m x → ?m
|
||
funParen.lean:4:12-4:16: error: invalid pattern, constructor or constant marked with '[matchPattern]' expected
|
||
fun x => ?m x : (x : ?m) → ?m x
|