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 a5d94c5 commit da31b90Copy full SHA for da31b90
src/ReadOnlyNode.jl
@@ -6,7 +6,7 @@ import ..NodeModule: default_allocator, with_type_parameters, constructorof
6
abstract type AbstractReadOnlyNode{T,N<:AbstractExpressionNode{T}} <:
7
AbstractExpressionNode{T} end
8
9
-"""A type of expression node that also stores a parameter index"""
+"""A type of expression node that prevents writing to the inner node"""
10
struct ReadOnlyNode{T,N} <: AbstractReadOnlyNode{T,N}
11
_inner::N
12
0 commit comments