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