From d45563e8e5b2deff545596119b4b0a362a8ae367 Mon Sep 17 00:00:00 2001 From: Dan Doel Date: Thu, 27 Jun 2024 14:21:36 -0400 Subject: [PATCH] Disable continuation annotation until it's actually useful --- scheme-libs/racket/unison/boot.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheme-libs/racket/unison/boot.ss b/scheme-libs/racket/unison/boot.ss index b12f45cc4..ed8b0f7d3 100644 --- a/scheme-libs/racket/unison/boot.ss +++ b/scheme-libs/racket/unison/boot.ss @@ -352,7 +352,7 @@ (define-for-syntax (process-hints hs) (for/fold ([internal? #f] - [force-pure? #f] + [force-pure? #t] [gen-link? #f] [no-link-decl? #f]) ([h hs])