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

Include AssignTree module #85

Open
danmatichuk opened this issue Jul 31, 2020 · 0 comments
Open

Include AssignTree module #85

danmatichuk opened this issue Jul 31, 2020 · 0 comments

Comments

@danmatichuk
Copy link
Contributor

The ASL translator defines an AssignTree datatype, which is a generalization of an Assignment to trees, with a corresponding CtxTree type parameter for a tree of contexts.

This turns out to be useful for describing recursive types (e.g. What4 expressions) where you want to reason about operations that manipulate the structure of the type (e.g. flattening a nested What4 struct).

https://github.com/GaloisInc/asl-translator/blob/feature/ctxfuns/lib/Data/Parameterized/AssignTree.hs

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

No branches or pull requests

1 participant