What this mean for Arrow is that we can extract da...
# arrow-contributors
r
What this mean for Arrow is that we can extract data from any data type with the same syntax: List, Option, etc. The more powerful the datatype the more combinators from the SQL style DSL will support. This will also work for all Kotlin Collections we support in Arrow including List, Set, Map, Sequence, etc.. since they are methods exported by the type class over all the types providing instances.