indexing
	description: "Imported routines that ought to be in class HASHABLE"
	library: "Gobo Eiffel Kernel Library"
	author: "Eric Bezault <ericb@gobo.demon.co.uk>"
	copyright: "Copyright (c) 1998, Eric Bezault"

class interface
	KL_IMPORTED_HASHABLE_ROUTINES

feature -- Access

	hashable_: KL_HASHABLE_ROUTINES
			-- Routines that ought to be in class HASHABLE
		ensure
			hashable_routines_not_void: Result /= void
	
invariant

		-- from GENERAL
	reflexive_equality: standard_is_equal (Current);
	reflexive_conformance: conforms_to (Current);

end -- class KL_IMPORTED_HASHABLE_ROUTINES