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 0d94b77 commit 2258c48Copy full SHA for 2258c48
src/Writer.jl
@@ -26,7 +26,7 @@ struct SingletonTypeWrapper{T}
26
wrapped::T
27
end
28
29
-SingletonTypeWrapper(x) = SingletonTypeWrapper{T}()
+SingletonTypeWrapper(x) = SingletonTypeWrapper{typeof(x)}()
30
31
"""
32
lower(x)
0 commit comments