aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux.lux
diff options
context:
space:
mode:
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: