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