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