aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-12 13:33:48 -0400
committerEduardo Julian2022-06-12 13:33:48 -0400
commit8c3a1afab9efeb86e2f53d743551fc689fbad257 (patch)
tree396b2fd29bac407544d2136a0d9e6e3b8b2c30af /stdlib/source/documentation/lux.lux
parent9c21fd1f33eb52fb971d493ad21a67036d68b841 (diff)
De-sigil-ification: suffix : [Part 4]
Diffstat (limited to 'stdlib/source/documentation/lux.lux')
-rw-r--r--stdlib/source/documentation/lux.lux10
1 files changed, 0 insertions, 10 deletions
diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux
index 25389845a..f43538c06 100644
--- a/stdlib/source/documentation/lux.lux
+++ b/stdlib/source/documentation/lux.lux
@@ -473,15 +473,6 @@
(< reference subject))
))])
-(documentation: /.implementation:
- "Interface implementation."
- [(implementation: .public order
- (Order Int)
- (def: equivalence
- equivalence)
- (def: (< test subject)
- (< test subject)))])
-
(documentation: /.Variant
(format "Syntax for defining labelled/tagged sum/union types."
\n "WARNING: Only use it within the type: macro.")
@@ -965,7 +956,6 @@
..or
..panic!
..implementation
- ..implementation:
..Variant
..Record
..type: