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