aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/world/net/uri.lux
blob: a3cd0ecac4b465980efe8d7e84a85e94843d2c72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(.require
 [library
  [lux (.except)
   ["$" documentation]
   ["[0]" debug]
   [control
    ["[0]" io]]]]
 [\\library
  ["[0]" /]])

(def .public documentation
  (List $.Documentation)
  (list ($.module /._
                  "")
        
        ($.definition /.URI
          "A Uniform Resource Identifier.")

        ($.definition /.separator
          "A separator for the pieces of a URI.")
        ))