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