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