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