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