aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/action.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/action.lux')
-rw-r--r--stdlib/source/program/aedifex/action.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/program/aedifex/action.lux b/stdlib/source/program/aedifex/action.lux
index 55994c67b..41d168b97 100644
--- a/stdlib/source/program/aedifex/action.lux
+++ b/stdlib/source/program/aedifex/action.lux
@@ -13,4 +13,4 @@
(def: .public monad
(Monad Action)
- (:assume (try.with async.monad)))
+ (:expected (try.with async.monad)))