Replies: 1 comment 2 replies
-
|
Unfortunately, it's unlikely we'll have such a feature any time soon. Implementation functions can do lots of things that spec functions can't (e.g., mutate memory, loop indefinitely, or return non-deterministic results). There are some plans under discussion to allow you to go the other way, however. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I have a function that takes a
Fn, and I want to involve that in a spec, is there any way to somehow convert it to aspec_fn? Kind of like how you can convertVec<>toSeq<>with@?This gives
I tried
f@butBeta Was this translation helpful? Give feedback.
All reactions