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