about summary refs log tree commit diff
path: root/pkgs/profpatsch/dhallsh/Command/type.dhall
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/profpatsch/dhallsh/Command/type.dhall')
-rw-r--r--pkgs/profpatsch/dhallsh/Command/type.dhall1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/profpatsch/dhallsh/Command/type.dhall b/pkgs/profpatsch/dhallsh/Command/type.dhall
new file mode 100644
index 00000000..0b8d62da
--- /dev/null
+++ b/pkgs/profpatsch/dhallsh/Command/type.dhall
@@ -0,0 +1 @@
+λ(arg : Type) → { cmd : Text, args : List arg }