hao deng wrote: > Is there a way to find the type of a val in Ur? > Usually I do something like > unknowntypeVal ^ "" > and let the compiler complains, and get the type info from the error message. > > Is there a better way? > That's the best way I know.