AlgebraicJulia / AlgebraicRelations.jl

Relational Algebra, now with more algebra!
https://www.algebraicjulia.org
MIT License
48 stars 3 forks source link

Functor Bug Fix (Issue #15) #16

Closed bosonbaas closed 3 years ago

bosonbaas commented 3 years ago

This PR updates some outdated syntax in the functor.jl file (discussed in Issue #15)

The error was being thrown because set_subparts! no longer accepts a dictionary input and requires a NamedTuple.