From 808861859657156f4a0719cf0d786dabbdb59150 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Thu, 17 Jun 2010 15:18:04 -0400 Subject: [PATCH] Fix contract for structs original commit: 02238a7c6d713e9e210ab9efee994eb98c843284 --- collects/typed-scheme/rep/type-rep.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/typed-scheme/rep/type-rep.rkt b/collects/typed-scheme/rep/type-rep.rkt index a824bba0..5c9df275 100644 --- a/collects/typed-scheme/rep/type-rep.rkt +++ b/collects/typed-scheme/rep/type-rep.rkt @@ -218,7 +218,7 @@ #; [flds (listof (cons/c Type/c boolean?))] [proc (or/c #f Function?)] - [poly? boolean?] + [poly? (or/c #f (listof symbol?))] [pred-id identifier?] [cert procedure?] [acc-ids (listof identifier?)]