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

class interface
	KL_IMPORTED_STRING_ROUTINES

feature -- Access

	string_: KL_STRING_ROUTINES
			-- Routines that ought to be in class STRING
		ensure
			string_routines_not_void: Result /= void
	
invariant

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

end -- class KL_IMPORTED_STRING_ROUTINES