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

uc-crux-llvm: Refactoring and renaming of Constraints #980

Merged
merged 2 commits into from
May 12, 2022

Conversation

langston-barrett
Copy link
Contributor

Renames Constraints -> Preconds and breaks it out from its current module. The new module was needed to break an import cycle in a feature I'm working on. The new name better reflects the intent of the type, and will also be nicely dual with a Postconds type I'll introduce later.

uc-crux-llvm/src/UCCrux/LLVM/Precondition.hs Show resolved Hide resolved
uc-crux-llvm/src/UCCrux/LLVM/Precondition.hs Show resolved Hide resolved
uc-crux-llvm/src/UCCrux/LLVM/Precondition.hs Outdated Show resolved Hide resolved
uc-crux-llvm/src/UCCrux/LLVM/Precondition.hs Show resolved Hide resolved
In anticipation of having something named Postconds, and also just to better
reflect the semantics.
@langston-barrett langston-barrett merged commit 108a6e2 into master May 12, 2022
@langston-barrett langston-barrett deleted the lb/precondition-refactor branch May 12, 2022 20:47
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

Successfully merging this pull request may close these issues.

2 participants