lib: remove specialization link between Map and Sequence
authorJean Privat <jean@pryen.org>
Fri, 10 Feb 2012 14:08:43 +0000 (09:08 -0500)
committerJean Privat <jean@pryen.org>
Mon, 13 Feb 2012 19:04:31 +0000 (14:04 -0500)
commit440fda63d853067f0a128916c7e525d912a2f50e
treed543635839cf9336c6f0ca7f099f8d22e4115769
parentf56300df8d26a3e033f65b69b4f2155bcfc5ed78
lib: remove specialization link between Map and Sequence

IndexedIterator#key and Sequence#has_key are not maintained

Signed-off-by: Jean Privat <jean@pryen.org>
examples/circular_list.nit
lib/standard/collection/abstract_collection.nit
lib/standard/collection/array.nit
lib/standard/collection/list.nit
tests/sav/test_list.sav
tests/test_list.nit