Skip to content
New issue

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

Error: expr-visitor.sml 787.5. #2

Open
pdmatei opened this issue Oct 13, 2022 · 0 comments
Open

Error: expr-visitor.sml 787.5. #2

pdmatei opened this issue Oct 13, 2022 · 0 comments

Comments

@pdmatei
Copy link

pdmatei commented Oct 13, 2022

Hello,
I have just downloaded the project, installed latest Ruby, Z3 and SML, then ran "make". I get the following error:
Error: expr-visitor.sml 787.5.
unresolved flex record (need to know the names of ALL the fields
in this context)
type: {current:'Y ref, outer:'X; 'Z}
Compilation failed.
make: *** [smlnj] Error 1

I looked at the definition:
fun copy_ctx ctx =
{outer = #outer ctx, current = copy_ref $ #current ctx}

which probably creates the issue, but I have almost 0 experience with SML and am having real trouble finding a fix. Could you help me out please?

We are considering using TiML for a performance verification task on middlebox code - if we can manage to make it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant