Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Joachim Breitner's avatar
    e009b4f1
    Move Common Context after CSE · e009b4f1
    Joachim Breitner authored
    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.)
    e009b4f1
    History
    Move Common Context after CSE
    Joachim Breitner authored
    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.)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.