]> gitweb.factorcode.org Git - factor.git/commitdiff
specialized-arrays: removing unnecessary >pprint-sequence
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 10 Feb 2022 21:49:19 +0000 (13:49 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 10 Feb 2022 21:51:50 +0000 (13:51 -0800)
basis/specialized-arrays/specialized-arrays.factor

index 88145dc90623bd99186d8ac90b566bca855cdd75..96054260b73bf37d683f735e30f05af1b7bf4383 100644 (file)
@@ -91,8 +91,6 @@ M: A underlying-type drop \ T ;
 
 M: A pprint-delims drop \ A{ \ } ;
 
-M: A >pprint-sequence ;
-
 SYNTAX: A{ \ } [ \ T >c-array ] parse-literal ;
 
 INSTANCE: A specialized-array