aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/meta/location.lux
blob: 44e7af75b61bef1a528b16cb62c33e2d2384fb65 (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
(.require
 [library
  [lux (.except private)
   ["$" documentation]
   [data
    ["[0]" text (.only \n)
     ["%" \\format (.only format)]]]]]
 [\\library
  ["[0]" /]])

(.def .public documentation
  (.List $.Module)
  ($.module /._
            ""
            [($.default /.equivalence)
             ($.default /.dummy)
             ($.default /.format)

             ($.documentation /.here
               "The Location of the current form."
               [(here)])

             ($.documentation /.with
               ""
               [(with location error)])]
            []))