BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
694 stars 265 forks source link

Add coercion for explicit parameters of partially applied function #2321

Closed GuntherRademacher closed 3 months ago

GuntherRademacher commented 3 months ago

As discussed in qt4cg/qt4tests#148, coercion of explicit parameters is part of the process of constructing the function item, that results from partial function application.

This change thus adds coercion to PartFunc.item.

This causes some type errors to be detected earlier, fixing QT4 test cases