koka-lang / koka

Koka language compiler and interpreter
http://koka-lang.org
Other
3.16k stars 151 forks source link

Add implicits hint #495

Closed TimWhiting closed 1 month ago

TimWhiting commented 2 months ago

Report missing implicit definitions when an implicit cannot be found, needed in all candidates. Also hint to reorder implicit definitions prior to functions that need them.

daanx commented 1 month ago

Thanks Tim!