eed3si9n / scalaxb

scalaxb is an XML data binding tool for Scala.

Home Page:http://scalaxb.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to have Lists instead of Seqs

pgrandjean opened this issue · comments

scalaxb uses Seq[T] to represent sequences. Would it be OK to add an option to have List[T] instead? This would make scalaxb useable with Monocle.

Yea. Concrete datatype sounds like an improvement.