deferred class
	COUNTABLE_SEQUENCE [G]

General
	cluster: base.support
	description: "Infinite sequences, indexed by integers"

Ancestors
	ACTIVE [G]
	COUNTABLE [G]
	LINEAR [G]

Queries
	After: BOOLEAN
	changeable_comparison_criterion: BOOLEAN
	exhausted: BOOLEAN
	Extendible: BOOLEAN
	for_all (test: FUNCTION [ANY, TUPLE [G], BOOLEAN]): BOOLEAN
	Full: BOOLEAN
	has (v: [like item] G): BOOLEAN
	i_th (i: INTEGER): G
	index: INTEGER
	index_of (v: [like item] G; i: INTEGER): INTEGER
	Is_empty: BOOLEAN
	is_inserted (v: G): BOOLEAN
	item: G
	object_comparison: BOOLEAN
	occurrences (v: G): INTEGER
	off: BOOLEAN
	Prunable: BOOLEAN
	Readable: BOOLEAN
	there_exists (test: FUNCTION [ANY, TUPLE [G], BOOLEAN]): BOOLEAN
	Writable: BOOLEAN

Commands
	compare_objects
	compare_references
	do_all (action: PROCEDURE [ANY, TUPLE [G]])
	do_if (action: PROCEDURE [ANY, TUPLE [G]]; test: FUNCTION [ANY, TUPLE [G], BOOLEAN])
	forth
	search (v: [like item] G)
	start