Given a tree aTree, thaws the children children(aTree) if it is frozen value, meaning that it evaluates this frozen value.
aTree
children(aTree)
This function does nothing if the children of aTree are already evaluated.
the tree to consider
Given a tree
aTree
, thaws the childrenchildren(aTree)
if it is frozen value, meaning that it evaluates this frozen value.This function does nothing if the children of
aTree
are already evaluated.