Skip to content
Snippets Groups Projects
  • Régis Blanc's avatar
    6f808f72
    Fix choose with imperative phase · 6f808f72
    Régis Blanc authored
    Choose was introduced after imperative transformation
    and was not adapted to the transformation rule.
    
    Since Choose can introduce a scope, val defined
    inside its body should not be hoisted outside.
    6f808f72
    History
    Fix choose with imperative phase
    Régis Blanc authored
    Choose was introduced after imperative transformation
    and was not adapted to the transformation rule.
    
    Since Choose can introduce a scope, val defined
    inside its body should not be hoisted outside.