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