Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/fundamental_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
###############################################################################

function Base.:(==)(::AbstractAlgebra.SetElem, ::AbstractAlgebra.SetElem)
error("== is not implemented for the given types")

Check warning on line 8 in src/fundamental_interface.jl

View check run for this annotation

Codecov / codecov/patch

src/fundamental_interface.jl#L7-L8

Added lines #L7 - L8 were not covered by tests
end

###############################################################################
#
# Parents, elements and data type methods
Expand Down
Loading