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