aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/type/resource.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/type/resource.lux')
-rw-r--r--stdlib/source/library/lux/type/resource.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/type/resource.lux b/stdlib/source/library/lux/type/resource.lux
index ca68b4dc2..57d52c9a8 100644
--- a/stdlib/source/library/lux/type/resource.lux
+++ b/stdlib/source/library/lux/type/resource.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux (.full)
+ [lux (.except)
["[0]" meta]
[abstract
["[0]" monad (.only Monad do)
@@ -23,7 +23,7 @@
[number
["n" nat]]]
[type
- [primitive (.full)]]]])
+ [primitive (.except)]]]])
(type: .public (Procedure monad input output value)
(-> input (monad [output value])))