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