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