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