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