aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/hash.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/aedifex/hash.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/aedifex/hash.lux b/stdlib/source/test/aedifex/hash.lux
index e91b79e1f..46eab9c88 100644
--- a/stdlib/source/test/aedifex/hash.lux
+++ b/stdlib/source/test/aedifex/hash.lux
@@ -26,7 +26,7 @@
["_." binary]]]])
(def: .public (random hash)
- (All [h]
+ (All (_ h)
(-> (-> Binary (/.Hash h))
(Random (/.Hash h))))
(do {! random.monad}