From fb0c96e7f09cde3fc83ed16dc304e03cccee0816 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Mon, 9 Mar 2015 15:57:22 -0400 Subject: [PATCH] Forgot to add this change to the previous commit (put requires in the right phase) --- typed-racket-lib/typed-racket/base-env/prims.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typed-racket-lib/typed-racket/base-env/prims.rkt b/typed-racket-lib/typed-racket/base-env/prims.rkt index bf45dae4..5b72699b 100644 --- a/typed-racket-lib/typed-racket/base-env/prims.rkt +++ b/typed-racket-lib/typed-racket/base-env/prims.rkt @@ -110,11 +110,11 @@ This file defines two sorts of primitives. All of them are provided into any mod racket/set racket/flonum ; for for/flvector and for*/flvector racket/extflonum ; for for/extflvector and for*/extflvector + syntax/location (for-label (only-in "base-types-extra.rkt" Values) (only-in racket/base values)) (for-syntax racket/lazy-require - syntax/location syntax/parse syntax/parse/experimental/template syntax/stx