data class Table1<out A>
Table1(headers: Headers1, rows: List<Row1<A>>)
val headers: Headers1
val rows: List<Row1<A>>