try to fix problems from recent contract changes
This commit is contained in:
parent
cae005a6a2
commit
7fb5e36db1
|
@ -229,7 +229,7 @@
|
|||
udp-connected?
|
||||
udp?
|
||||
unit?
|
||||
unknown?
|
||||
; ??? unknown?
|
||||
variable-reference?
|
||||
vector?
|
||||
void?
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user