isCons

open val isCons: Boolean

Checks whether the current term is a cons. This method is guaranteed to return true if and only if the current term is an instance of Cons.

Return

true if the current term is a cons, or false, otherwise