From b4e44e71a91e2a4c3bf7aef504c2c3fd379835cd Mon Sep 17 00:00:00 2001 From: shuhung Date: Thu, 26 Jul 2018 17:58:25 -0500 Subject: [PATCH] Export contract-random-generate-env? --- racket/collects/racket/contract.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/racket/collects/racket/contract.rkt b/racket/collects/racket/contract.rkt index 0cb54b1f11..3ed5a15e27 100644 --- a/racket/collects/racket/contract.rkt +++ b/racket/collects/racket/contract.rkt @@ -19,6 +19,7 @@ contract-random-generate/choose contract-random-generate-fail contract-random-generate-fail? + contract-random-generate-env? contract-exercise get/build-val-first-projection contract-custom-write-property-proc)