aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/world/net.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/world/net.lux15
1 files changed, 1 insertions, 14 deletions
diff --git a/stdlib/source/lux/world/net.lux b/stdlib/source/lux/world/net.lux
index 51219b9ea..e4133710e 100644
--- a/stdlib/source/lux/world/net.lux
+++ b/stdlib/source/lux/world/net.lux
@@ -1,9 +1,5 @@
(.module:
- [lux (#- Location)
- [control
- [try (#+ Try)]
- [security
- ["!" capability (#+ capability:)]]]])
+ [lux (#- Location)])
(type: #export Address Text)
@@ -14,12 +10,3 @@
(type: #export Location
{#address Address
#port Port})
-
-(capability: #export (Can-Read ! o)
- (can-read Nat (! (Try o))))
-
-(capability: #export (Can-Write ! i)
- (can-write i (! (Try Any))))
-
-(capability: #export (Can-Close !)
- (can-close [] (! (Try Any))))