ref: a8359030735219db18bc48b4e481c67ad6e48484 dir: /libstd/result.myr/
use "die.use" pkg std = type result(@a, @b) = union `Ok @a `Fail @b ;; ;;