aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/macro/poly.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/macro/poly.lux')
-rw-r--r--stdlib/source/lux/macro/poly.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/lux/macro/poly.lux b/stdlib/source/lux/macro/poly.lux
index 02ffb21fb..200d507eb 100644
--- a/stdlib/source/lux/macro/poly.lux
+++ b/stdlib/source/lux/macro/poly.lux
@@ -10,14 +10,14 @@
["." product]
["." bit]
["." maybe]
- [name ("name/." codec)]
+ ["." name ("#/." codec)]
["." error (#+ Error)]
["." number (#+ hex)
- ["." nat ("nat/." decimal)]]
- ["." text ("text/." monoid)
+ ["." nat ("#/." decimal)]]
+ ["." text ("#/." monoid)
format]
[collection
- ["." list ("list/." fold monad monoid)]
+ ["." list ("#/." fold monad monoid)]
["dict" dictionary (#+ Dictionary)]]]
["." macro (#+ with-gensyms)
["." code]
@@ -27,7 +27,7 @@
[common
["csr" reader]
["csw" writer]]]]
- ["." type ("type/." equivalence)
+ ["." type ("#/." equivalence)
["." check]]])
(do-template [<name>]