Navigation
|
Synopsis Determine if the given type is a node.
Function -
bool isNodeType(\alias(_,_,Symbol at))
-
bool isNodeType(\parameter(_,Symbol tvb))
-
bool isNodeType(\label(_,Symbol lt))
-
bool isNodeType(\node())
-
bool isNodeType(\adt(_,_))
-
default bool isNodeType(Symbol _)
Usage import Type;
|