Is your feature request related to a problem? Please describe.
If you try to write F \ v
for F::FunctionOperator
with F.op_inverse
not defined, you get the opaque error message ERROR: MethodError: objects of type Nothing are not callable
.
Describe the solution you’d like
Write a clearer error message.