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