fix problems in lex-rename simplification; other tiny improvements and doc repairs
svn: r12380 original commit: ad75c8aa580e4d32a976bd5983ab4f99a48496e5
This commit is contained in:
parent
65af0d3f3b
commit
676b78504d
|
@ -1089,12 +1089,13 @@
|
|||
(define max-call-head-width 5)
|
||||
|
||||
(define (no-sharing? expr count apair? acdr)
|
||||
(if (apair? expr)
|
||||
(if (and found
|
||||
(apair? expr)
|
||||
(hash-table-get found (acdr expr) #f))
|
||||
#f
|
||||
(or (zero? count)
|
||||
(no-sharing? (acdr expr) (sub1 count) apair? acdr))))
|
||||
(no-sharing? (acdr expr) (sub1 count) apair? acdr)))
|
||||
#f))
|
||||
|
||||
(define (style head expr apair? acar acdr)
|
||||
(case (look-in-style-table head)
|
||||
|
|
Loading…
Reference in New Issue
Block a user