diff options
author | Eduardo Julian | 2021-09-14 01:26:29 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-14 01:26:29 -0400 |
commit | 0797dfc9ebb32e5eb324eec58e1e4b1c99895ce7 (patch) | |
tree | 7fe374551b7073a7aabb0a84e370546177b98820 /stdlib/source/documentation/lux/data | |
parent | 6eb57a31fd2647626ef301b827c9a99ef0f2a484 (diff) |
Re-named "Name" to "Symbol".
Diffstat (limited to 'stdlib/source/documentation/lux/data')
-rw-r--r-- | stdlib/source/documentation/lux/data/name.lux | 29 |
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)] - [])) |