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