factor/basis/urls/prettyprint/prettyprint.factor

10 lines
288 B
Factor
Raw Normal View History

! Copyright (C) 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
2009-04-05 21:44:12 -04:00
USING: kernel present prettyprint.custom prettyprint.sections
prettyprint.backend urls ;
IN: urls.prettyprint
2009-04-05 21:44:12 -04:00
M: url pprint*
\ URL" record-vocab
dup present "URL\" " "\"" pprint-string ;