mirror of
https://gitdab.com/cadence/breezewiki.git
synced 2026-03-05 13:40:27 -05:00
Fix for Racket 8.13
This commit is contained in:
@@ -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))))
|
||||||
|
|||||||
Reference in New Issue
Block a user