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