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])