aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/abstract/order.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/abstract/order.lux')
-rw-r--r--stdlib/source/library/lux/abstract/order.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/abstract/order.lux b/stdlib/source/library/lux/abstract/order.lux
index 067e21e91..878a167f5 100644
--- a/stdlib/source/library/lux/abstract/order.lux
+++ b/stdlib/source/library/lux/abstract/order.lux
@@ -2,11 +2,11 @@
[library
[lux "*"
[control
- ["." function]]]]
+ ["[0]" function]]]]
[//
- ["." equivalence {"+" [Equivalence]}]
+ ["[0]" equivalence {"+" [Equivalence]}]
[functor
- ["." contravariant]]])
+ ["[0]" contravariant]]])
(type: .public (Order a)
(Interface