Used for a normally-recursive parameter that has been “externalized”. E.g.,
Tree[LogicalPlan[ExternallyManaged]] vs Fix[LogicalPlan]. This indicates
that the recursive structure is intact, but is handled by some containing
structure (Tree, in that example).
Used for a normally-recursive parameter that has been “externalized”. E.g.,
Tree[LogicalPlan[ExternallyManaged]]
vsFix[LogicalPlan]
. This indicates that the recursive structure is intact, but is handled by some containing structure (Tree
, in that example).