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