From 847d5bc34ce30fff17632283e1d0a78559b816b7 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Thu, 26 Feb 2026 21:51:12 +0000 Subject: [PATCH] [mod] set url --- webapp/lsp/set.xqm | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/lsp/set.xqm b/webapp/lsp/set.xqm index 4157dcb..c53a246 100644 --- a/webapp/lsp/set.xqm +++ b/webapp/lsp/set.xqm @@ -1,6 +1,7 @@ module namespace set = "http://qt4cg.org/atomic-set"; (: + https://qt4cg.org/specifications/xquery-40/xquery-40.html#id-atomic-set-example This package defines a type set:atomic-set which represents a set of distinct atomic items. Atomic items are considered distinct based on the comparison function fn:atomic-equal.