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

Add COMPLETE pragma for Vec: Nil, (:>) #2716

Merged
merged 3 commits into from
Jun 30, 2024

Commits on Jun 30, 2024

  1. Add COMPLETE pragma for Vec: Nil, (:>)

    I was banging my head against some type errors for hours until I decided to use the `Cons` constructor instead of the `:>` pattern - hopefully this will save someone else the same pain.
    axman6 authored and DigitalBrains1 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    d7f9a9e View commit details
    Browse the repository at this point in the history
  2. Add copyright notice to Vector.hs

    axman6 authored and DigitalBrains1 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    e601eb4 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    axman6 authored and DigitalBrains1 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    3f4f65a View commit details
    Browse the repository at this point in the history