Skip to content

Releases: jmonad/seq

Fix unsafe operations

Choose a tag to compare

@vitorprado vitorprado released this 28 Apr 17:44
  • 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

Choose a tag to compare

@ppamorim ppamorim released this 19 Feb 03:45
0.2.1.0

Travis fix

Fix build

Choose a tag to compare

@ppamorim ppamorim released this 18 Feb 16:05
0.2

Structure fix, rename from jMonad to Seq