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

SAWScript variables of type Type should be added to Cryptol context #34

Closed
brianhuffman opened this issue Jul 1, 2015 · 0 comments
Closed
Assignees

Comments

@brianhuffman
Copy link
Contributor

When we bind a variable of type Type, that variable name should be added as a type variable to the context used for parsing and type-checking Cryptol syntax. We already do a similar thing for saw-script variables of type Term (added as Cryptol value variables) and Int (added as Cryptol size-type variables).

@brianhuffman brianhuffman self-assigned this Jul 1, 2015
brianhuffman added a commit that referenced this issue Apr 26, 2021
Use Text to represent ModuleName instead of ByteString
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