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