Skip to content

Bump version number, changlog, and update to type application#41

Merged
dorchard merged 3 commits intomainfrom
type-application
Feb 26, 2026
Merged

Bump version number, changlog, and update to type application#41
dorchard merged 3 commits intomainfrom
type-application

Conversation

@dorchard
Copy link
Copy Markdown
Owner

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR bumps the package version to 0.9.1.0 and updates code examples to use the more modern TypeApplications syntax instead of explicit type annotations. The changes modernize the syntax used in examples while documenting various improvements to the test suite and implementation.

Changes:

  • Version bumped from 0.9.0.0 to 0.9.1.0
  • Migrated from explicit type annotations (Var :: (Var "x")) to TypeApplications syntax Var @"x" in examples and documentation
  • Updated changelog with test suite expansions, rearrangements library integration, and GHC 9.8 support

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
type-level-sets.cabal Bumped version number from 0.9.0.0 to 0.9.1.0
examples/ExampleMap.hs Added TypeApplications language extension and migrated Var constructions to use @ syntax
changelog.md Added v0.9.1.0 changelog entry documenting test expansions, rearrangements library usage, and GHC 9.8 update
README.md Updated example code to use TypeApplications syntax with @ notation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread changelog.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@dorchard dorchard merged commit 5b96f8a into main Feb 26, 2026
0 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants