try to fix problems from recent contract changes

This commit is contained in:
Matthew Flatt 2011-04-14 15:37:58 -06:00
parent cae005a6a2
commit 7fb5e36db1
2 changed files with 3 additions and 1 deletions

View File

@ -229,7 +229,7 @@
udp-connected?
udp?
unit?
unknown?
; ??? unknown?
variable-reference?
vector?
void?

View File

@ -1,6 +1,8 @@
#lang racket/base
(require racket/contract racket/dict racket/match)
(define (proj-get c) contract-proc)
(define path-element?
(or/c path-string? (symbols 'up 'same)))
;; Eli: We already have a notion of "path element" which is different