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 d4b12df commit 0e15bc1Copy full SHA for 0e15bc1
src/base.jl
@@ -465,7 +465,7 @@ Compute a hash of a tree. This will compute a hash differently
465
if nodes are shared in a tree. This is ignored if `break_sharing` is set to `Val(true)`.
466
"""
467
function hash(
468
- tree::AbstractExpressionNode{T}, h::UInt=zero(UInt); break_sharing::Val{BS}=Val(false)
+ tree::AbstractExpressionNode{T}, h::UInt; break_sharing::Val{BS}=Val(false)
469
) where {T,BS}
470
return tree_mapreduce(
471
t -> leaf_hash(h, t),
0 commit comments