• Given a tree aTree, thaws the children children(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.

    Parameters

    • aTree: TreeIL<any>

      the tree to consider

    Returns void