Proposal to add Implicit Function Types to the Language

https://www.youtube.com/watch?v=gctI7SRKp20&feature=youtu.be&t=2086

I think you missed some details :frowning:

For example we have two DSL for sql

  • JPA Dsl
  • JDBC Dsl

We use JPA when we want to have object cash for example(low level api).
We use native SQL when we want to have full postgresql functionality for example.

Both DSL have similar grammar.

So we would not have any ability to use both DSL simultaneously if it was implemented by implicit function types.(see)