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