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