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
If you mean, "can I call generic functions from screamer/non-deterministic functions", the answer is yes. (At least I don't immediately see any reason why it would not work, but it's been a good while since I've last actively used or worked on Screamer, so maybe I forget?)
If you mean, "can I define a generic screamer/non-deterministic function", the answer is no. I was going to say that excluding CALL-NEXT-METHOD support it would probably be relatively speaking simple, but trying to outline how it would work I started thinking it's not as simple. The problem is that I don't remember exactly how the Screamer code walking transformation works. I still think it's doable, but not sure how tricky.
generating a separate ND function for each ND method. CALL-NEXT-METHOD won't work, and I don't frankly remember what you need to do to enter ND context from non-ND context - frank I think what I've outline above doesn't work quite like that... but it's what I would start with, then figuring out why it doesn't work.
Does this work with generic functions? I was always assuming "no" and that's a major pain point when using it.
I've had enough and would probably look into implementing support for it. Do you think it's doable?
The text was updated successfully, but these errors were encountered: