thautwarm / MLStyle.jl

Julia functional programming infrastructures and metaprogramming facilities
https://thautwarm.github.io/MLStyle.jl/latest/
MIT License
402 stars 38 forks source link

First attempt at explaining active patterns #182

Closed jariji closed 6 months ago

jariji commented 7 months ago

Closes https://github.com/thautwarm/MLStyle.jl/issues/174.

This explanation isn't great, but one step at a time. Maybe I'll try again later.

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 61.52%. Comparing base (d0643ff) to head (a237781).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #182 +/- ## ======================================= Coverage 61.52% 61.52% ======================================= Files 28 28 Lines 1627 1627 ======================================= Hits 1001 1001 Misses 626 626 ```

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

thautwarm commented 6 months ago

This is nice. Could you resolve the conflicts then I'll merge it.

jariji commented 6 months ago

I think it's ready.

thautwarm commented 6 months ago

Thanks!