aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/abstract/apply.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/abstract/apply.lux')
-rw-r--r--stdlib/source/library/lux/abstract/apply.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/abstract/apply.lux b/stdlib/source/library/lux/abstract/apply.lux
index 708441991..05827b9a9 100644
--- a/stdlib/source/library/lux/abstract/apply.lux
+++ b/stdlib/source/library/lux/abstract/apply.lux
@@ -1,7 +1,8 @@
(.require
[library
[lux (.except)
- ["@" target]]]
+ [meta
+ ["@" target]]]]
[//
[monad (.only Monad do)]
["[0]" functor (.only Functor)]])