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