johnynek / bosatsu

A python-ish pure and total functional programming language
Apache License 2.0
224 stars 11 forks source link

Add Nat::divmod #1192

Closed johnynek closed 6 months ago

johnynek commented 6 months ago

just another exercise.

With Nat, linear depth recursion will overflow the stack, so the #1172 would be very useful.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.57%. Comparing base (04a0e87) to head (bc6a3b4). Report is 22 commits behind head on main.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1192 +/- ## ========================================== + Coverage 91.32% 91.57% +0.25% ========================================== Files 96 96 Lines 11846 12058 +212 Branches 2675 2744 +69 ========================================== + Hits 10818 11042 +224 + Misses 1028 1016 -12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.