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

Add bv{Zero,One} helpers, hlint config #258

Merged
merged 4 commits into from
Apr 3, 2024
Merged

Conversation

langston-barrett
Copy link
Contributor

Fixes #257. The HLint configuration only checks that these helpers are used where appropriate. I used it to find places where they would be useful. It may also serve as a template for downstream repos. I added HLint checking to CI as well.

Fixes #257. The HLint configuration only checks that these helpers are
used where appropriate. I used it to find places where they would be
useful. It may also serve as a template for downstream repos. I added
HLint checking to CI as well.
@langston-barrett langston-barrett self-assigned this Apr 3, 2024
what4/src/What4/Interface.hs Show resolved Hide resolved
what4/src/What4/Interface.hs Outdated Show resolved Hide resolved
.hlint.yaml Outdated Show resolved Hide resolved
what4/src/What4/Interface.hs Outdated Show resolved Hide resolved
@langston-barrett langston-barrett merged commit 30309b5 into master Apr 3, 2024
29 checks passed
@langston-barrett langston-barrett deleted the lb/bv-helpers branch April 3, 2024 19:02
RyanGlScott added a commit that referenced this pull request May 15, 2024
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.

Helpers for constructing bitvectors 0 and 1
2 participants