With the new DSL for Arrow QL and support for rece...
# arrow-contributors
r
With the new DSL for Arrow QL and support for receiver function literals in the
@extension
processor we can generate DSLs that are very idiomatic just with type class definitions and simple instances: Notice how
age
is an actual property inside
Student
each one of the items in the list. That same DSL works now for all kinded values in Arrow, not just collections and it has most of the SQL style combinators and supports both infix/builder style syntax.