aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/data
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/data')
-rw-r--r--stdlib/source/documentation/lux/data/name.lux29
1 files changed, 0 insertions, 29 deletions
diff --git a/stdlib/source/documentation/lux/data/name.lux b/stdlib/source/documentation/lux/data/name.lux
deleted file mode 100644
index 3406e9654..000000000
--- a/stdlib/source/documentation/lux/data/name.lux
+++ /dev/null
@@ -1,29 +0,0 @@
-(.module:
- [library
- [lux {"-" nat int rev list type or and}
- ["$" documentation {"+" documentation:}]
- [data
- [text {"+" \n}
- ["%" format {"+" format}]]]
- [macro
- ["[0]" template]]]]
- [\\library
- ["[0]" /]])
-
-(documentation: /.module
- "The module part of a name.")
-
-(documentation: /.short
- "The short part of a name.")
-
-(.def: .public documentation
- (.List $.Module)
- ($.module /._
- ""
- [..module
- ..short
- ($.default /.hash)
- ($.default /.equivalence)
- ($.default /.order)
- ($.default /.codec)]
- []))