You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the argument to #:prepare will return a term that doesn't match the input pattern, which causes generation to fail.
Usually, for me at least, this is an error. Ideally it would be nice to be able to configure redex-check to error when this happens, but it might also be good change the message (with Y generation failures) to something like (with X generation failures, Y of which were caused by prepare) or something.
The text was updated successfully, but these errors were encountered:
Sometimes the argument to
#:prepare
will return a term that doesn't match the input pattern, which causes generation to fail.Usually, for me at least, this is an error. Ideally it would be nice to be able to configure
redex-check
to error when this happens, but it might also be good change the message(with Y generation failures)
to something like(with X generation failures, Y of which were caused by prepare)
or something.The text was updated successfully, but these errors were encountered: