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