aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/db/sql.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/world/db/sql.lux')
-rw-r--r--stdlib/source/library/lux/world/db/sql.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/world/db/sql.lux b/stdlib/source/library/lux/world/db/sql.lux
index 218d64ccf..952bab958 100644
--- a/stdlib/source/library/lux/world/db/sql.lux
+++ b/stdlib/source/library/lux/world/db/sql.lux
@@ -2,12 +2,12 @@
[library
[lux {"-" Source Definition function and or not type int}
[control
- [monad {"+" do}]]
+ [monad (.only do)]]
[data
[number
["i" int]]
["[0]" text ("[1]#[0]" equivalence)
- ["%" format {"+" format}]]
+ ["%" format (.only format)]]
[collection
["[0]" list ("[1]#[0]" functor)]]]
[macro