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

(.def .public documentation
  (.List $.Module)
  ($.module /._
            ""
            [($.default /.functor)

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