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