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