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