Open joneugster opened 11 months ago
if I hover over + I get
+
@HAdd.hAdd ℕ ℕ ℕ instHAdd a b : ℕ
a + b computes the sum of a and b. The meaning of this notation is type-dependent.
a + b
a
b
I think this is super-unhelpful. Is there anything we can do about this?
Currently, hover texts and error messages are purely taken from lean, but some of them are really unhelpful. Fix this in lean or overwrite them in the game?
if I hover over
+
I geta + b
computes the sum ofa
andb
. The meaning of this notation is type-dependent.I think this is super-unhelpful. Is there anything we can do about this?