From fa9befd8b0617ba5c7b022f2002d1a2828d89d1c Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Thu, 25 Jun 2020 16:40:10 -0400 Subject: [PATCH] Remove :zip --- src/propeller/push/instructions/polymorphic.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/propeller/push/instructions/polymorphic.clj b/src/propeller/push/instructions/polymorphic.clj index 9b2a21d..4cad5bc 100644 --- a/src/propeller/push/instructions/polymorphic.clj +++ b/src/propeller/push/instructions/polymorphic.clj @@ -102,6 +102,6 @@ ;; 8 types x 12 function = 96 instructions (generate-functions - [:boolean :char :code :exec :float :integer :string :zip] + [:boolean :char :code :exec :float :integer :string] [_dup _duptimes _dupitems _empty _flush _pop _rot _shove _stackdepth _swap _yank _yankdup])