This PR standardizes error messages by quoting names with backticks. The changes were automated, so some cases may still be missing.
2 lines
255 B
Text
2 lines
255 B
Text
fun {α : Sort v} => PEmpty.rec.{v, u_1} fun (x : PEmpty.{u_1}) => α : {α : Sort v} → PEmpty.{u_1} → α
|
||
276.lean:9:4-9:16: error: code generator does not support recursor `PEmpty.rec` yet, consider using 'match ... with' and/or structural recursion
|