ref: e0efab37a8bbd245e60c9adffaba4182aeb17c87 dir: /lib/std/result.myr/
pkg std = type result(@a, @b) = union `Ok @a `Err @b ;; ;;