aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/net/http/route.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/world/net/http/route.lux')
-rw-r--r--stdlib/source/library/lux/world/net/http/route.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/world/net/http/route.lux b/stdlib/source/library/lux/world/net/http/route.lux
index c3bcd9be6..07578b549 100644
--- a/stdlib/source/library/lux/world/net/http/route.lux
+++ b/stdlib/source/library/lux/world/net/http/route.lux
@@ -1,8 +1,8 @@
(.module:
[library
- [lux (#- or)
+ [lux {"-" [or]}
[control
- [monad (#+ do)]
+ [monad {"+" [do]}]
["." maybe]
[concurrency
["." async]]]
@@ -10,7 +10,7 @@
["." text]
[number
["n" nat]]]]]
- ["." // (#+ URI Server)
+ ["." // {"+" [URI Server]}
["#." status]
["#." response]])