aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/command.lux')
-rw-r--r--stdlib/source/program/aedifex/command.lux8
1 files changed, 8 insertions, 0 deletions
diff --git a/stdlib/source/program/aedifex/command.lux b/stdlib/source/program/aedifex/command.lux
new file mode 100644
index 000000000..8b4432a97
--- /dev/null
+++ b/stdlib/source/program/aedifex/command.lux
@@ -0,0 +1,8 @@
+(.module:
+ [lux #*]
+ ["." // #_
+ ["#" project]
+ ["#." action (#+ Action)]])
+
+(type: #export (Command a)
+ (-> //.Project (Action a)))