hoxsl/test
Mike Gerwitz bb9107c8c1 `apply-gen' now generates functions for partial applications
This is intended as a convenient shorthand:

```xml
  <!-- these two are identical -->
  <sequence select="f:apply( my:func(), $x, $y )" />
  <sequence select="my:func( $x, $y )" />
```
2014-12-02 16:05:01 -05:00
..
apply Partial applications now defined in terms of ref mutators 2014-12-01 09:48:45 -05:00
transform `apply-gen' now generates functions for partial applications 2014-12-02 16:05:01 -05:00
apply-test.xsl All `f:apply' functions support partial application 2014-11-27 01:11:30 -05:00
apply.xspec `arity.xsl' stylesheet combined with ref functions into `ref.xsl' 2014-11-29 02:01:40 -05:00
runner test/runner properly fails on xspec non-zero exit 2014-11-24 11:13:45 -05:00