aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-03 22:08:18 -0400
committerEduardo Julian2022-06-03 22:08:18 -0400
commitf2172051a91bbb2578918dc784a053a321849b63 (patch)
tree5e49152d0992cadf9420a055cc24cabafc4e7972 /stdlib/source/documentation/lux.lux
parent3e7d188cbe7bc9bce4a14318e2f62583fe2501d1 (diff)
Extensible import syntax [Part 5]
Diffstat (limited to 'stdlib/source/documentation/lux.lux')
-rw-r--r--stdlib/source/documentation/lux.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux
index 61e33e679..861c20087 100644
--- a/stdlib/source/documentation/lux.lux
+++ b/stdlib/source/documentation/lux.lux
@@ -594,9 +594,9 @@
(documentation: /.using
"Module-definition macro."
[(.using
- [lux (.full)
+ [lux (.except)
[control
- ["M" monad (.full)]]
+ ["M" monad (.except)]]
[data
maybe
["[0]" name ("[1]#[0]" codec)]]