list-unclassified-concepts [Function]
Purpose
The list-unclassified-concepts function lists all concepts that have been defined or referenced, but have not yet been classified.
Syntax
list-unclassified-concepts
Arguments
The list-unclassified-concepts function takes no arguments.
Value
This function returns a list of unclassified concepts and/or relations.
Remarks
The Loom classifier does not classify a concept until it is defined and all the concepts referenced in its definition are classified.
Examples
(defconcept A :is-primitive B :implies C)
(list-unclassified-concepts) ==> (|C|A |C|B |C|C)
See Also
Last modified: Jun 1 1995