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 69526ae86..df1e73a45 100644
--- a/stdlib/source/library/lux/abstract/apply.lux
+++ b/stdlib/source/library/lux/abstract/apply.lux
@@ -2,7 +2,8 @@
[library
[lux (.except)
[meta
- ["@" target]]]]
+ [compiler
+ ["@" target]]]]]
[//
[monad (.only Monad do)]
["[0]" functor (.only Functor)]])