We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
owi iso
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for now it only works if the two exports do not fail, we should instead call the function independently and check the result like this:
match exec_vfunc f1, execvfun f2 with | Trap _, Trap _ -> Ok () | Expr e1, Expr e2 -> assert_equal e1 e2 | _, _ -> Error ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
for now it only works if the two exports do not fail, we should instead call the function independently and check the result like this:
The text was updated successfully, but these errors were encountered: