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