]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "specialized-arrays: removing unnecessary >pprint-sequence"
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 10 Feb 2022 22:25:07 +0000 (14:25 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 10 Feb 2022 22:25:07 +0000 (14:25 -0800)
This reverts commit bd32633c9272a0bd7b6da60a1533cf1d764cc67c.

basis/specialized-arrays/specialized-arrays.factor

index 96054260b73bf37d683f735e30f05af1b7bf4383..88145dc90623bd99186d8ac90b566bca855cdd75 100644 (file)
@@ -91,6 +91,8 @@ 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