yeti
yeti copied to clipboard
Getters inside structs probably shouldn't get auto-evaluated when printing structures in repl
E.g.:
> {get foo () = (println "danger"; 3) }
danger
{foo=3} is {foo is number}