Navigation
|
Synopsis Determine if the given type is an Abstract Data Type (ADT).
Function -
bool isADTType(\alias(_,_,Symbol at))
-
bool isADTType(\parameter(_,Symbol tvb))
-
bool isADTType(\label(_,Symbol lt))
-
bool isADTType(\adt(_,_))
-
bool isADTType(\reified(_))
-
default bool isADTType(Symbol _)
Usage import Type;
|