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

ElementFunc, ReverseListFun and SliceFunc mark handling #101

Merged
merged 3 commits into from
Apr 30, 2021

Commits on Apr 21, 2021

  1. function/stdlib: ElementFunc precise mark handling

    ElementFunc is updated to handle marks. If the requested element is marked, the return value will have the same mark. Likewise if the entire input list is marked, those marks will propegate to the return value.
    mildwonkey committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    19e8c84 View commit details
    Browse the repository at this point in the history
  2. function/stdlib: ReverseListFunc handling marks

    Add precise mark handling to ReverseList func, plus some basic tests.
    mildwonkey committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    7858e84 View commit details
    Browse the repository at this point in the history
  3. function/stdlib: SliceFunc mark handling

    SliceFunc will now preserve marks on the input list as a whole, and any individual elements.
    mildwonkey committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    ef293ef View commit details
    Browse the repository at this point in the history