aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/security/privacy.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-04-06 21:14:27 -0400
committerEduardo Julian2019-04-06 21:14:27 -0400
commita75f032ff219fdd639580455a6d3e83fd05d5592 (patch)
treef02c8e6b9c7c8fd932790b0fc8152fa30be55d7f /stdlib/source/test/lux/control/security/privacy.lux
parent9a22a2616ad08d4bda9555510aa4aaeced4b69f3 (diff)
Created the "lux/abstract" branch and moved some modules into it.
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/control/security/privacy.lux7
1 files changed, 4 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/control/security/privacy.lux b/stdlib/source/test/lux/control/security/privacy.lux
index 3bc41e6a9..3b167e0d2 100644
--- a/stdlib/source/test/lux/control/security/privacy.lux
+++ b/stdlib/source/test/lux/control/security/privacy.lux
@@ -1,16 +1,17 @@
(.module:
[lux #*
["_" test (#+ Test)]
- [control
+ [abstract
[hash (#+ Hash)]
[monad (#+ do)]
- [security
- ["!" capability]]
{[0 #test]
[/
["$." functor (#+ Injection Comparison)]
["$." apply]
["$." monad]]}]
+ [control
+ [security
+ ["!" capability]]]
[data
["." text ("#;." equivalence)
format]]