Fix for Racket 8.13

This commit is contained in:
Cadence Ember 2024-07-03 23:37:44 +12:00
parent 8f0caa9132
commit 49682b2320

View file

@ -104,7 +104,7 @@
; all values here are optimised for maximum prettiness
(parameterize ([pretty-print-columns 80])
(display "config: ")
(pretty-write ((inst sort (Pairof Symbol String))
(pretty-write ((inst sort (Pairof Symbol String) Symbol)
(hash->list (make-immutable-hasheq combined-alist))
symbol<?
#:key car))))