From 8c3a1afab9efeb86e2f53d743551fc689fbad257 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 12 Jun 2022 13:33:48 -0400 Subject: De-sigil-ification: suffix : [Part 4] --- stdlib/source/documentation/lux.lux | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'stdlib/source/documentation/lux.lux') 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: -- cgit v1.2.3