isi-vista / immutablecollections

A library for immutable collections, in the spirit of Guava's Immutable Collections.
MIT License
3 stars 1 forks source link

Deprecate and remove ImmutableList #42

Closed berquist closed 5 years ago

berquist commented 5 years ago

From https://github.com/isi-vista/immutablecollections/pull/24#issuecomment-461522860, ImmutableLists should be converted to tuples, and all type checks of ImmutableList[T] changed to Tuple[T, ...].

Related: https://github.com/isi-nlp/isi-flexnlp/issues/490