marklister / product-collections

A very simple, strongly typed, scala framework for tabular data. A collection of tuples. A strongly typed scala csv reader and writer. A lightweight idiomatic dataframe / datatable alternative.
BSD 2-Clause "Simplified" License
144 stars 19 forks source link

CollSeqN visibility #3

Closed marklister closed 11 years ago

marklister commented 11 years ago

Probably need to add type aliases for CollSeq1-22 to the collections package object. I'll investigate how TupleN works.

Workaround for now: import org.catch22.collections.immutable._

marklister commented 11 years ago

558a778 fixes