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