AlgebraicJulia / DiagrammaticEquations.jl

MIT License
9 stars 1 forks source link

Bugfix to cm/symbolictypes #73

Closed jpfairbanks closed 3 weeks ago

jpfairbanks commented 3 weeks ago

If you used the operator macro with an existing function imported from another module like Base, the operator macro would shadow it because of untyped splatting methods that were being generated.