ref: 727d551a71f7046d7e688369021282922e62f9f7 dir: /libstd/result.myr/
use "die.use" pkg std = type result(@a, @b) = union `Ok @a `Fail @b ;; ;;