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 the apply function for uninterpreted functions #155

Merged
merged 1 commit into from
Jan 6, 2024
Merged

Conversation

lsrcz
Copy link
Owner

@lsrcz lsrcz commented Jan 5, 2024

This pull request eases the use of uninterpreted functions by allowing the following syntax:

> let f = "f" :: SymInteger =~> SymInteger =~> SymInteger
> f "a" "b"
(apply (apply f a) b)

Copy link

codecov bot commented Jan 5, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (623b574) 52.60% compared to head (1f2c22a) 52.61%.

Files Patch % Lines
src/Grisette/IR/SymPrim/Data/SymPrim.hs 50.00% 3 Missing ⚠️
src/Grisette/Core/Data/Class/Function.hs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #155   +/-   ##
=======================================
  Coverage   52.60%   52.61%           
=======================================
  Files          66       66           
  Lines        5737     5744    +7     
  Branches      443      444    +1     
=======================================
+ Hits         3018     3022    +4     
- Misses       2276     2278    +2     
- Partials      443      444    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lsrcz lsrcz merged commit 05f225b into main Jan 6, 2024
25 of 38 checks passed
@lsrcz lsrcz deleted the feat-apply-uf branch February 17, 2024 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant