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