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