Skip to content

Releases: jmonad/seq

Fix unsafe operations

28 Apr 17:44
Compare
Choose a tag to compare
  • Fix some unsafe operations in Seq
  • Add a method to get a LikedList from Seq
  • Add a method to get a ArrayList from Seq
  • Add a take method to get the first N elements
  • Add a drop method to remove the first N elements

Minor fix on array size

19 Feb 03:45
Compare
Choose a tag to compare
0.2.1.0

Travis fix

Fix build

18 Feb 16:05
Compare
Choose a tag to compare
0.2

Structure fix, rename from jMonad to Seq