Skip to content
Snippets Groups Projects
Commit e009b4f1 authored by Joachim Breitner's avatar Joachim Breitner
Browse files

Move Common Context after CSE

We had something like
	 let $j = ...
	 in case foo of ... -> case $j a b c of ... -> case foo of
and moving the inner "case foo" into $j prevented CSE from happening
here.
(Although presumably the "let $j" could be moved inside the outer case
before CSE, to give CSE a greater scope here.)
parent 043af4d8
Branches wip/T8776
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment