aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/target/jvm/type/alias.lux
blob: 8331296ba3b4fb0816fc2aeaec61784959e76a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(.using
 [library
  [lux (.except char)
   ["$" documentation (.only documentation:)]
   [data
    [text (.only \n)
     ["%" \\format (.only format)]]
    [collection
     ["[0]" list]]]]]
 [\\library
  ["[0]" /]])

(.def: .public documentation
  (.List $.Module)
  ($.module /._
            ""
            [($.default /.Aliasing)
             ($.default /.fresh)
             ($.default /.method)]
            []))