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

feat: add String.splitOn_of_valid #495

Closed

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    a528924 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    509c9b0 View commit details
    Browse the repository at this point in the history
  3. feat: add functions on List

    * `List.rdropSublist` drops a sublist from the tail end of a list.
    * `List.splitOnSublist` splits a list at every occurrence of a separator
      sublist. The separators are not in the result.
    chabulhwi committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    742d8cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e20dd1 View commit details
    Browse the repository at this point in the history
  5. feat: add String.splitOn_of_valid

    State and prove two theorems about `String`: `splitOnAux_of_valid` and
    `splitOn_of_valid`.
    chabulhwi committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    9b42bad View commit details
    Browse the repository at this point in the history