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