From 101ed72e9f97a8f68b5f678854c992dff18d8f9f Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 8 Sep 2019 14:00:56 +0200 Subject: Init: basic command line abstraction for fish’s complete MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/profpatsch/dhallsh/Command/type.dhall | 1 + 1 file changed, 1 insertion(+) create mode 100644 pkgs/profpatsch/dhallsh/Command/type.dhall (limited to 'pkgs/profpatsch/dhallsh/Command') 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 } -- cgit 1.4.1