This patch simplifies the repr of the strategies namespace returned in
"make_strategies_namespace()", e.g.
from hypothesis.extra.array_api import make_strategies_namespace
from numpy import array_api as xp
xps = make_strategies_namespace(xp)
xps
make_strategies_namespace(numpy.array_api)
The canonical version of these notes (with links) is on readthedocs.