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

append and prepend on NonEmptyVectors #1356

Merged
merged 1 commit into from
Sep 5, 2016

Conversation

benhutchison
Copy link
Member

Append and prepend are everyday operations on Vectors and the need quickly arises when working with NonEmptyVectors. They maintain the NonEmpty invariant.

@codecov-io
Copy link

Current coverage is 91.74% (diff: 100%)

Merging #1356 into master will increase coverage by <.01%

@@             master      #1356   diff @@
==========================================
  Files           237        237          
  Lines          3571       3575     +4   
  Methods        3505       3510     +5   
  Messages          0          0          
  Branches         65         64     -1   
==========================================
+ Hits           3276       3280     +4   
  Misses          295        295          
  Partials          0          0          

Sunburst

Powered by Codecov. Last update 7fc9d9c...d832c40

@ceedubs
Copy link
Contributor

ceedubs commented Sep 5, 2016

👍 thanks, @benhutchison!

@non
Copy link
Contributor

non commented Sep 5, 2016

Thanks! 👍

@non non merged commit 10b80df into typelevel:master Sep 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants