Hi all

Following a discussion at work we're curious to find out if there is any 
meaningful advantage to declaring that a function's return type is 
item() as opposed to not declaring any return type.

In other words, is there any difference at all to the way MarkLogic treats:

declare function foo() as item() {
   ...
};

and

declare function foo() {
  ...
};



Thanks!

Iain
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to