From 0170d75092b4750ad03d9c606918cf659703e8d5 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 15 Sep 2019 00:43:48 +0200 Subject: completion: move to Completion module & factor out types --- pkgs/profpatsch/dhallsh/Completion/Command/type.dhall | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pkgs/profpatsch/dhallsh/Completion/Command/type.dhall (limited to 'pkgs/profpatsch/dhallsh/Completion/Command') diff --git a/pkgs/profpatsch/dhallsh/Completion/Command/type.dhall b/pkgs/profpatsch/dhallsh/Completion/Command/type.dhall new file mode 100644 index 00000000..a0fd4e98 --- /dev/null +++ b/pkgs/profpatsch/dhallsh/Completion/Command/type.dhall @@ -0,0 +1,10 @@ + λ(a : Type) +→ { name : + Text + , description : + Text + , options : + List ../Option/type.dhall + , subcommands : + List a + } -- cgit 1.4.1