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 function dropEnd #290

Merged
merged 12 commits into from
Oct 5, 2020
Merged

add function dropEnd #290

merged 12 commits into from
Oct 5, 2020

Commits on Sep 30, 2020

  1. add dropEnd, fixes haskell#119

    Cmdv committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    42b1316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7703dd View commit details
    Browse the repository at this point in the history
  3. reorder location of dropEnd

    Cmdv committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    ab1c014 View commit details
    Browse the repository at this point in the history
  4. add takeEnd

    Cmdv committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    4ee3578 View commit details
    Browse the repository at this point in the history
  5. remove type

    Cmdv committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    a0fb181 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    86ab7a3 View commit details
    Browse the repository at this point in the history
  2. inline take' and drop'

    Cmdv committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    d754124 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. fix takeEnd as requested

    Cmdv committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    4a1e954 View commit details
    Browse the repository at this point in the history
  2. fix Haddock documentation error

    Cmdv committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    6a0f281 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Update Data/ByteString.hs

    Co-authored-by: Simon Jakobi <simon.jakobi@gmail.com>
    Cmdv and sjakobi committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    528b8f3 View commit details
    Browse the repository at this point in the history
  2. fix monospace in docs

    Co-authored-by: Simon Jakobi <simon.jakobi@gmail.com>
    Cmdv and sjakobi committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    4975143 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e010139 View commit details
    Browse the repository at this point in the history