aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/target/jvm/type/lux.lux
blob: 72b240c89456f9cc037f46a2e3a26a0f11baa3cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
(.using
 [library
  [lux {"-" char}
   ["$" documentation (.only documentation:)]
   [data
    [text (.only \n)
     ["%" format (.only format)]]
    [collection
     ["[0]" list]]]]]
 [\\library
  ["[0]" /]])

(.def: .public documentation
  (.List $.Module)
  ($.module /._
            ""
            [($.default /.Lower)
             ($.default /.Upper)
             ($.default /.Mapping)
             ($.default /.fresh)
             ($.default /.unknown_var)
             ($.default /.class)
             ($.default /.type)
             ($.default /.boxed_type)
             ($.default /.return)
             ($.default /.boxed_return)
             ($.default /.check)]
            []))