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