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