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