isAtom

open val isAtom: Boolean

Checks whether the current term is an atom. This method is guaranteed to return true if and only if the current term is an instance of Atom.

Return

true if the current term is an atom, or false, otherwise