This PR standardizes error messages by quoting names with backticks. The changes were automated, so some cases may still be missing.
5 lines
276 B
Text
5 lines
276 B
Text
g1.{u} {α : Type u} (a : α) : α
|
||
autoBoundImplicits2.lean:30:17-30:18: error: unknown universe level `u`
|
||
autoBoundImplicits2.lean:33:17-33:18: error: unknown universe level `β`
|
||
def h1.{u} : {m : Type u → Type u} → {α : Type u} → m α → m α :=
|
||
fun {m} {α} a => a
|