]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/hash-sets/wrapped/prettyprint/prettyprint.factor
continuations[-docs]: add the finally word
[factor.git] / basis / hash-sets / wrapped / prettyprint / prettyprint.factor
index 265f758580de98bad0946bfd244f29986d29ec59..810be0c91a27878ea275f84fecc1c70cdfb93818 100644 (file)
@@ -10,4 +10,4 @@ M: wrapped-hash-set >pprint-sequence members ;
 
 M: wrapped-hash-set pprint*
     nesting-limit inc
-    [ pprint-object ] [ nesting-limit dec ] [ ] cleanup ;
+    [ pprint-object ] [ nesting-limit dec ] finally ;