temporary hack to eliminate bad contract
original commit: 749012a738181ef7170007c4ee1a81db5807d42c
This commit is contained in:
parent
884520a7a2
commit
a8d5c4997f
|
@ -13,7 +13,7 @@
|
|||
;; a snip to act as the varying argument to a recursive functions
|
||||
(define linked-snip? (union snip? false?))
|
||||
;; a function to act on snips being mapped
|
||||
(define snip-visitor? ((snip?) (listof any?) . ->* . (void)))
|
||||
(define snip-visitor? any? #;((snip?) (listof any?) . ->* . (void)))
|
||||
;; the rest of the lists passed to a snip mapping function
|
||||
(define rest-lists? (listof (listof any?)))
|
||||
;; a class that contains a snip
|
||||
|
|
Loading…
Reference in New Issue
Block a user