diff --git a/dev/api/index.html b/dev/api/index.html index 3030bce..4a508dc 100644 --- a/dev/api/index.html +++ b/dev/api/index.html @@ -8,4 +8,4 @@ Dict{Symbol, Any} with 3 entries: :name => :(op::typeof(+)) :args => Expr[:(x1::Array{var"##T#5492", 1}), :(x2::Array{var"##T#5492", 1})] - :whereparams => Any[:(var"##T#5492" <: Number)]
keywords
extra_hygiene=false
: if set to true
this forces name-hygine on the TypeVar
s in UnionAll
s, regenerating each with a unique name via gensym
. This shouldn't actually be required as they are scoped such that they are not supposed to leak. However, there is a long-standing julia bug that means they do leak if they clash with function type-vars.Settings
This document was generated with Documenter.jl version 0.27.25 on Thursday 10 August 2023. Using Julia version 1.9.2.