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