Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow parsing empty case-blocks #5249

Draft
wants to merge 4 commits into
base: trunk
Choose a base branch
from
Draft

Allow parsing empty case-blocks #5249

wants to merge 4 commits into from

Commits on Jul 16, 2024

  1. Allow empty cases.

    ChrisPenner committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a05fc50 View commit details
    Browse the repository at this point in the history
  2. automatically run ormolu

    ChrisPenner authored and github-actions[bot] committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    364531f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Merge branch 'trunk' into cp/empty-cases

    # Conflicts:
    #	parser-typechecker/src/Unison/Syntax/TermParser.hs
    aryairani committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3d7a8fe View commit details
    Browse the repository at this point in the history
  2. match/with is ok but cases is not, for Void

    not sure why the `GiveA`/`GiveB` abilities are reversed here.
    aryairani committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    bd94499 View commit details
    Browse the repository at this point in the history