ref: dde43f18e3b9f699c188c74064cf785917b41e22 dir: /lib/std/result.myr/
pkg std = type result(@a, @b) = union `Ok @a `Err @b ;; ;;