teaching
Added a bit more context to Custom Errors to show that errors can also be other types than just void. This illustrates you can return errors with contextual information.
#HareLang #Teaching #Learning #Programming
// invalid error contains the value that is considered invalid.
type invalid = !f64;
#HareLang #Teaching #Learning #Programming
Edited 119d ago