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