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