aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/abstract/hash.lux
blob: 12a862759420fb619b10ab6e5be17532bd624c18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(.require
 [library
  [lux (.except)
   ["$" documentation]
   [data
    [text (.only \n)
     ["%" \\format (.only format)]]]]]
 [\\library
  ["[0]" /]])

(def .public documentation
  (List $.Documentation)
  (list ($.module /._
                  "")
        ($.definition /.functor)

        ($.definition (/.Hash it)
          "A way to produce hash-codes for a type's instances.")))