~zorba-coders/zorba/zorba-2.9

« back to all changes in this revision

Viewing changes to test/parser/Queries/HigherOrder/hof-902.xq

  • Committer: Zorba Build Bot
  • Author(s): chillery+launchpad at lambda
  • Date: 2013-05-14 21:12:35 UTC
  • mfrom: (11448.1.4 prune-test-dir)
  • Revision ID: chillery+buildbot@lambda.nu-20130514211235-2vi9tuokj07i9xy0
Pruning dead and unused code and scripts from the test directory. Approved: Luis Rodriguez Gonzalez, Chris Hillery

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
xquery version "3.0";
2
 
(: Higher Order Functions :)
3
 
(: inline function literal, unknown user-defined function :)
4
 
(: Author - Michael Kay, Saxonica :)
5
 
 
6
 
declare function local:f($x as xs:integer) as xs:integer {
7
 
  $x + 1
8
 
};
9
 
 
10
 
let $f := local:f#3 return $f(2)
 
 
b'\\ No newline at end of file'