reformat pretty.rkt a bit

#lang instead of module, spaces instead of tabs, other whitespace and
indentation
This commit is contained in:
AlexKnauth 2016-08-13 09:17:47 -05:00 committed by Robby Findler
parent 1478f64c14
commit 1af7ec7088

View File

@ -9,7 +9,7 @@
;; require this module and evaluate:
;; (current-print pretty-print-handler)
(module pretty racket/base
#lang racket/base
(require racket/private/port
racket/flonum
racket/fixnum)
@ -1637,5 +1637,5 @@
(substring s 0 (- (string-length s) 1)))))))
)