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
Some issues like #118#142 introduce the question: should we have a version of reduceFully or UnquotedExpression (perhaps as an option) that cleans up reduction steps? Namely,
strip out WithValue expressions entirely
rewrite final reduction as a Value if it isn't already
The text was updated successfully, but these errors were encountered:
I think we could add a clean operator which provides this operator as a post processing step which library user's may choose to use if they wish. But we could also choose to use it on the UnquoteExpression reductions (used by test operators), perhaps optionally by default
Some issues like #118 #142 introduce the question: should we have a version of reduceFully or UnquotedExpression (perhaps as an option) that cleans up reduction steps? Namely,
WithValue
expressions entirelyValue
if it isn't alreadyThe text was updated successfully, but these errors were encountered: