From 978e6acffa1590c02abcfba3fb5a41aadac292bb Mon Sep 17 00:00:00 2001 From: Stevie Strickland Date: Wed, 18 Jun 2008 12:45:08 -0400 Subject: [PATCH] No need for this, it's handled by a case lower down (and correctly, so why force changes in two positions?) original commit: 6a30c9dec99921e7ffff058bbb130b72a2695f55 --- collects/typed-scheme/private/prims.ss | 1 - 1 file changed, 1 deletion(-) diff --git a/collects/typed-scheme/private/prims.ss b/collects/typed-scheme/private/prims.ss index 929430bf..983ec78e 100644 --- a/collects/typed-scheme/private/prims.ss +++ b/collects/typed-scheme/private/prims.ss @@ -221,7 +221,6 @@ This file defines two sorts of primitives. All of them are provided into any mod 'type-dotted bound)) (syntax-case stx (:) - [[var : ty] (label-one #'var #'ty)] [([var : ty] ...) (label #'(var ...) #'(ty ...))] [([var : ty] ... . [rest : rest-ty star])