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 a Bosatsu/Queue property check #1169

Merged
merged 1 commit into from Mar 16, 2024
Merged

Conversation

johnynek
Copy link
Owner

This is trying to exercise the property check API a bit, and of course the language at the same time.

@@ -78,6 +83,32 @@ eq_li = eq_List(eq_Int)

q12 = empty.push(1).push(2)

def samp(r)(fn): flat_map_Rand(r, fn)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this isn't great. Either we should be really good at optimizing this to remove the uncurrying or I think bias to the uncurried desugaring in the first place.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.53%. Comparing base (04a0e87) to head (49c0d6c).
Report is 8 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1169      +/-   ##
==========================================
+ Coverage   91.32%   91.53%   +0.20%     
==========================================
  Files          96       96              
  Lines       11846    12009     +163     
  Branches     2675     2690      +15     
==========================================
+ Hits        10818    10992     +174     
+ Misses       1028     1017      -11     

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

@johnynek johnynek merged commit 10aeaa3 into main Mar 16, 2024
9 checks passed
@johnynek johnynek deleted the oscar/20240315_queue_prop_check branch March 16, 2024 00:48
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.

None yet

2 participants