4 lines
129 B
Text
4 lines
129 B
Text
#check fun (α) [Repr α] => repr (α := α)
|
||
#check fun (x y) => x
|
||
-- conservatively interpret as pattern
|
||
#check fun (x id) => x
|