aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/reader.lux
diff options
context:
space:
mode:
authorEduardo Julian2023-01-08 02:13:36 -0400
committerEduardo Julian2023-01-08 02:13:36 -0400
commit617069b3986e9271d6e73191b899aa914e430dd6 (patch)
tree7a4255a4eb1460a58b64161a8200486a756265bc /stdlib/source/library/lux/control/reader.lux
parentae2d5697d93a45dcbff768c32c4dc8fb291096cd (diff)
Moved compiler target machinery under meta/compiler.
Diffstat (limited to 'stdlib/source/library/lux/control/reader.lux')
-rw-r--r--stdlib/source/library/lux/control/reader.lux4
1 files changed, 1 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/control/reader.lux b/stdlib/source/library/lux/control/reader.lux
index 245fb0077..0edf8ca10 100644
--- a/stdlib/source/library/lux/control/reader.lux
+++ b/stdlib/source/library/lux/control/reader.lux
@@ -4,9 +4,7 @@
[abstract
[apply (.only Apply)]
["[0]" functor (.only Functor)]
- ["[0]" monad (.only Monad do)]]
- [meta
- ["@" target]]]])
+ ["[0]" monad (.only Monad do)]]]])
(type .public (Reader r a)
(-> r a))