File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
redex-examples/redex/examples/delim-cont Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 91
91
(compose drop-duplicate-binders
92
92
proper-wcms
93
93
proper-conts
94
+ proper-wcms
94
95
consistent-dws
96
+ proper-wcms
95
97
(curry close top-vars '() )))
96
98
; Must call proper-wcm after proper-conts because the latter
97
99
; exposes opportunities to the former.
118
120
; It might work to make proper-conts work in more contexts,
119
121
; but it's easier to iterate the rules to a fixed point (and
120
122
; there may be more dependencies that require iteration anyway).
123
+ ;
124
+ ; Also, close and consistent-dws can both also introduce incorrect
125
+ ; wcms, so call proper-wcms after calling each of them as well.
121
126
(λ (e)
122
127
(let loop ([e e])
123
128
(define e’ (rewrite e))
You can’t perform that action at this time.
0 commit comments