Fix for Racket 8.13
This commit is contained in:
parent
8f0caa9132
commit
49682b2320
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
||||||
; all values here are optimised for maximum prettiness
|
; all values here are optimised for maximum prettiness
|
||||||
(parameterize ([pretty-print-columns 80])
|
(parameterize ([pretty-print-columns 80])
|
||||||
(display "config: ")
|
(display "config: ")
|
||||||
(pretty-write ((inst sort (Pairof Symbol String))
|
(pretty-write ((inst sort (Pairof Symbol String) Symbol)
|
||||||
(hash->list (make-immutable-hasheq combined-alist))
|
(hash->list (make-immutable-hasheq combined-alist))
|
||||||
symbol<?
|
symbol<?
|
||||||
#:key car))))
|
#:key car))))
|
||||||
|
|
Loading…
Reference in a new issue