aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/data/text/unicode.lux
blob: a2e6069b919089323c98d37e04eeabce40c73416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(.module:
  [library
   [lux "*"
    ["$" documentation {"+" [documentation:]}]
    [data
     [text {"+" [\n]}
      ["%" format {"+" [format]}]]
     [collection
      ["." list]]]]]
  ["." / "_"
   ["#." block]
   ["#." set]])

(.def: .public documentation
  (.List $.Module)
  (list.together
   (list /block.documentation
         /set.documentation
         )))