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