BaseXdb / basex

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

Add support for coercion of typed variable bindings #2293

Closed GuntherRademacher closed 2 months ago

GuntherRademacher commented 2 months ago

These changes add coercion for variable bindings with an explicit type. The functionality was alread present in the Var class, it just needed to be activated in case there is a type definition. The param flag of Var was unused, so it has been removed.