isRecursive

open override val isRecursive: Boolean

Checks whether the current term is a recursive structure, i.e., a list, a tuple, or a block. This method is guaranteed to return true if and only if the current term is an instance of Recursive.

Return

true if the current term is a recursive structure, or false, otherwise