Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • GHC GHC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 5,345
    • Issues 5,345
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 568
    • Merge requests 568
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell CompilerGlasgow Haskell Compiler
  • GHCGHC
  • Merge requests
  • !5985

Use HsExpansion mechanism for overloaded list patterns

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed sheaf requested to merge sheaf/ghc:rebindable into master Jun 16, 2021
  • Overview 73
  • Commits 1
  • Pipelines 33
  • Changes 22

The HsExpansion mechanism so far only applied to expressions. This MR extends it to patterns, and uses that to desugar overloaded lists.

Fixes #14380 (closed) and #19997 (closed).

Edited Jun 18, 2021 by sheaf
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: rebindable