Class
SINGLE
Defined in theory:
Kif-lists
Source code:
kif-lists.lisp
Slots on this class:
Documentation
:
A list of length 1.
Subclass-Of
:
List
Axioms:
(<=> (
Single
?List) (And (
List
?List) (
=
(
Length
?List) 1)))