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 86c2b15 commit e56ac8aCopy full SHA for e56ac8a
base/scopedvalues.jl
@@ -12,6 +12,9 @@ Abstract base type for scoped values that propagate values across
12
dynamic scopes. All scoped value types must extend this abstract type.
13
14
See also: [`ScopedValue`](@ref), [`LazyScopedValue`](@ref)
15
+
16
+!!! compat "Julia 1.13"
17
+ AbstractScopedValue requires Julia 1.13+.
18
"""
19
abstract type AbstractScopedValue{T} end
20
0 commit comments