Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Jakob Brünker's avatar
    32070e6c
    Implement \cases (Proposal 302) · 32070e6c
    Jakob Brünker authored
    This commit implements proposal 302: \cases - Multi-way lambda
    expressions.
    
    This adds a new expression heralded by \cases, which works exactly like
    \case, but can match multiple apats instead of a single pat.
    
    Updates submodule haddock to support the ITlcases token.
    
    Closes #20768
    32070e6c
    History
    Implement \cases (Proposal 302)
    Jakob Brünker authored
    This commit implements proposal 302: \cases - Multi-way lambda
    expressions.
    
    This adds a new expression heralded by \cases, which works exactly like
    \case, but can match multiple apats instead of a single pat.
    
    Updates submodule haddock to support the ITlcases token.
    
    Closes #20768
Code owners
Assign users and groups as approvers for specific file changes. Learn more.