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