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