aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro/poly/functor.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/macro/poly/functor.lux')
-rw-r--r--stdlib/source/test/lux/macro/poly/functor.lux31
1 files changed, 16 insertions, 15 deletions
diff --git a/stdlib/source/test/lux/macro/poly/functor.lux b/stdlib/source/test/lux/macro/poly/functor.lux
index 8d94cf852..6eebf2d55 100644
--- a/stdlib/source/test/lux/macro/poly/functor.lux
+++ b/stdlib/source/test/lux/macro/poly/functor.lux
@@ -1,19 +1,20 @@
(.module:
- [lux #*
- ["%" data/text/format (#+ format)]
- [abstract
- [monad (#+ do)]
- [functor
- [\poly
- ["." /]]]]
- ["r" math/random (#+ Random)]
- ["_" test (#+ Test)]
- [control
- ["." state]]
- [data
- ["." identity]]
- [macro
- [poly (#+ derived:)]]])
+ [library
+ [lux #*
+ ["%" data/text/format (#+ format)]
+ [abstract
+ [monad (#+ do)]
+ [functor
+ [\\poly
+ ["." /]]]]
+ ["r" math/random (#+ Random)]
+ ["_" test (#+ Test)]
+ [control
+ ["." state]]
+ [data
+ ["." identity]]
+ [macro
+ [poly (#+ derived:)]]]])
(derived: maybe_functor (/.functor .Maybe))
(derived: list_functor (/.functor .List))