.
original commit: 0a8ed92beaa9612b1363148aab6f8489c47003f2
This commit is contained in:
parent
a8d5c4997f
commit
af450c495c
|
@ -26,8 +26,8 @@
|
|||
(snip-min-height (snip? . -> . number?))
|
||||
(snip-parent (snip? . -> . editor?))
|
||||
(fold-snip ((snip? any? . -> . any?) any? linked-snip? . -> . any?))
|
||||
(for-each-snip ((snip-visitor? linked-snip?) rest-lists? . ->* . (void)))
|
||||
(map-snip ((snip-visitor? linked-snip?) rest-lists? . ->* . ((listof any?))))
|
||||
(for-each-snip any? #;((snip-visitor? linked-snip?) rest-lists? . ->* . (void)))
|
||||
(map-snip any? #;((snip-visitor? linked-snip?) rest-lists? . ->* . ((listof any?))))
|
||||
(stretchable-width? (snip? . -> . boolean?))
|
||||
(stretchable-height? (snip? . -> . boolean?)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user