aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/meta/type/poly.lux
blob: dd562c4df056156736aef867b9eaa8ef33e82e9d (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
(.require
 [library
  [lux (.except and)
   ["$" documentation]
   [abstract
    [\\specification
     ["$[0]" equivalence]
     ["$[0]" codec]]]
   [data
    ["[0]" text (.only \n)
     ["%" \\format (.only format)]]]]]
 [\\library
  ["[0]" /]])

(.def .public documentation
  (.List $.Module)
  ($.module /._
            ""
            [($.definition /.polytypic)

             ($.definition /.code
               ""
               [(code env type)])]
            []))