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