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