We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4e58c commit 04113e7Copy full SHA for 04113e7
src/sparsearrayinterface.jl
@@ -2,6 +2,10 @@ using Derive: Derive
2
3
struct SparseArrayInterface <: AbstractSparseArrayInterface end
4
5
+# Fix ambiguity error.
6
+function Derive.combine_interface_rule(::SparseArrayInterface, ::SparseArrayInterface)
7
+ return SparseArrayInterface()
8
+end
9
function Derive.combine_interface_rule(
10
interface1::SparseArrayInterface, interface2::AbstractSparseArrayInterface
11
)
0 commit comments