]> gitweb.factorcode.org Git - factor.git/blob - basis/prettyprint/custom/custom.factor
Switch to https urls
[factor.git] / basis / prettyprint / custom / custom.factor
1 ! Copyright (C) 2008 Slava Pestov.
2 ! See https://factorcode.org/license.txt for BSD license.
3 IN: prettyprint.custom
4
5 GENERIC: pprint* ( obj -- )
6 GENERIC: pprint-object ( obj -- )
7 GENERIC: pprint-delims ( obj -- start end )
8 GENERIC: >pprint-sequence ( obj -- seq )
9 GENERIC: pprint-narrow? ( obj -- ? )