===Querying===
Installed packages can be addressed by importing them as ''modules''. Since we have the package repository in which all packages are located, it is sufficient to just specify the namespace URI of a module:
<pre class="brush:xquery">import module namespace functx = "http://www.functx.com";</pre>