deferred class
	COUNTABLE_SEQUENCE [G]

General
	cluster: base
	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_32): G
	index: INTEGER_32
	index_of (v: [like item] G; i: INTEGER_32): INTEGER_32
	Is_empty: BOOLEAN
	is_inserted (v: G): BOOLEAN
	item: G
	object_comparison: BOOLEAN
	occurrences (v: [like item] G): INTEGER_32
	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