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 5a9c162 commit 9a34fa2Copy full SHA for 9a34fa2
src/abstractsparsearray.jl
@@ -24,6 +24,9 @@ using LinearAlgebra: LinearAlgebra
24
# which is where matrix multiplication and factorizations
25
# should go.
26
@derive AnyAbstractSparseArray AbstractArrayOps
27
+
28
+# This type alias is a temporary workaround since `@derive`
29
+# doesn't parse the `@MIME_str` macro properly at the moment.
30
const MIMEtextplain = MIME"text/plain"
31
@derive (T=AnyAbstractSparseArray,) begin
32
Base.show(::IO, ::MIMEtextplain, ::T)
0 commit comments