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