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