-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use Match-Replace strategy to alias operators #37
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #37 +/- ##
==========================================
+ Coverage 85.15% 86.62% +1.47%
==========================================
Files 12 13 +1
Lines 788 890 +102
==========================================
+ Hits 671 771 +100
- Misses 117 119 +2 ☔ View full report in Codecov by Sentry. |
I'll stick a pin in 03aa7ce as a complete version of this feature in an imperative/ database-manipulation manner. I'll continue commits to this branch from the operadic composition approach. |
Let's keep the other approach in separate files so that we can compare and contrast the changes. I'm thinking the repurposing of oapply will be much more maintainable long term. |
Record of discussion with @GeorgeR227 :
|
Close #35
As a compromise between:
, a "match & replace" strategy is adopted - inspired by AlgebraicRewriting - but using tight loops tailored to our workflow.