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 d8b2dd7 commit 7eb0e68Copy full SHA for 7eb0e68
src/functor.jl
@@ -53,7 +53,7 @@ usecache(::Nothing, x) = false
53
fs = fieldnames(T)
54
isempty(fs) && return false
55
subs = [:(anymutable(getfield(x, $f))) for f in QuoteNode.(fs)]
56
- return :(|($(subs...)))
+ return :(|($(subs...))::Bool)
57
end
58
59
struct NoKeyword end
0 commit comments