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