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