]> gitweb.factorcode.org Git - factor.git/commitdiff
make struct-mirror an instance of assoc
authorJoe Groff <arcata@gmail.com>
Fri, 4 Sep 2009 03:31:55 +0000 (22:31 -0500)
committerJoe Groff <arcata@gmail.com>
Fri, 4 Sep 2009 03:31:55 +0000 (22:31 -0500)
basis/classes/struct/prettyprint/prettyprint.factor

index 0de56f4ce69e3ec991cf5d11ec367c7f9bb6fa95..58c923e6d0e0768ccaeaf75d9ed46442b04b78b4 100644 (file)
@@ -116,3 +116,5 @@ M: struct-mirror >alist ( mirror -- alist )
     ] bi append ;
 
 M: struct make-mirror <struct-mirror> ;
+
+INSTANCE: struct-mirror assoc