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