try to fix problems from recent contract changes
This commit is contained in:
parent
cae005a6a2
commit
7fb5e36db1
|
@ -229,7 +229,7 @@
|
||||||
udp-connected?
|
udp-connected?
|
||||||
udp?
|
udp?
|
||||||
unit?
|
unit?
|
||||||
unknown?
|
; ??? unknown?
|
||||||
variable-reference?
|
variable-reference?
|
||||||
vector?
|
vector?
|
||||||
void?
|
void?
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
#lang racket/base
|
#lang racket/base
|
||||||
(require racket/contract racket/dict racket/match)
|
(require racket/contract racket/dict racket/match)
|
||||||
|
|
||||||
|
(define (proj-get c) contract-proc)
|
||||||
|
|
||||||
(define path-element?
|
(define path-element?
|
||||||
(or/c path-string? (symbols 'up 'same)))
|
(or/c path-string? (symbols 'up 'same)))
|
||||||
;; Eli: We already have a notion of "path element" which is different
|
;; Eli: We already have a notion of "path element" which is different
|
||||||
|
|
Loading…
Reference in New Issue
Block a user