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
I'm currently trying to run example in benchmarks/demos/example.rkt without the run script. Rosette has this functionality with (print-forms (... some synthesis task)), and it seems like (search #:metasketch (example)) is what I want in Synapse, but this raises ../../opsyn/engine/search.rkt:88:2: place-channel-put: value not allowed in a message in the VM version. Any ideas of how to resolve this?
The text was updated successfully, but these errors were encountered:
I'm currently trying to run
example
inbenchmarks/demos/example.rkt
without the run script. Rosette has this functionality with(print-forms (... some synthesis task))
, and it seems like(search #:metasketch (example))
is what I want in Synapse, but this raises../../opsyn/engine/search.rkt:88:2: place-channel-put: value not allowed in a message
in the VM version. Any ideas of how to resolve this?The text was updated successfully, but these errors were encountered: