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