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

WIP - Permutation Groupoid #707

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

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    b467b58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15dffb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Rename AbsBijectionWrap to AbsBijectionWrapper, and `BijectionThi…

    …nWrap` to `BijectionWrapper`
    ssteakley committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b79f791 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Adjust implementation of Bijection types

    - Rewrite `comp_inv_helper` with MLStyle pattern matching
    - Reconceive `BijectionBimap`, allowing it to contain instances of `AbsBijectionWrapper`
    - Reconceive `do_inv`, making it return a `Bijection`
    - Tighten up `minandmax` definition
    - Implement specific `do_compose` for `BijectionBimap`s
    ssteakley committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6e94dbd View commit details
    Browse the repository at this point in the history