Releases: hdgarrood/purescript-sequences
Releases · hdgarrood/purescript-sequences
v3.0.2
14 May 14:37
Compare
Sorry, something went wrong.
No results found
v2.1.0
25 Jan 00:07
Compare
Sorry, something went wrong.
No results found
Foldable1 instance for NonEmpty.Seq
fromFoldable1 and toUnfoldable1 for NonEmpty.Seq
v2.0.0
24 Jan 22:14
Compare
Sorry, something went wrong.
No results found
PureScript 0.12 compatibility (@mlang )
Make Unfoldable Seq instance stack-safe (@rgrempel )
Add Unfoldable1 instance for NonEmpty.Seq (@hdgarrood )
v1.0.1
04 Jan 00:45
Compare
Sorry, something went wrong.
No results found
v1.0.0
04 Jan 00:20
Compare
Sorry, something went wrong.
No results found
Update for versions 0.10.x of the compiler.
Split off the Digit data type into a separate module Data.FingerTree.Digit
Use a newtype for Digit, meaning that type signatures are more accurate.
v0.6.0
09 Apr 11:51
Compare
Sorry, something went wrong.
No results found
Fix warnings on purescript 0.8.x. With these changes, purescript-sequences is no longer supported on version 0.7.x of the compiler.
v0.5.0
08 Jan 22:00
Compare
Sorry, something went wrong.
No results found
Rename toSeq (and Ordered and NonEmpty variants) to fromFoldable, and rename fromSeq and other variants to toUnfoldable, for more readable code.
v0.4.3
05 Jan 22:09
Compare
Sorry, something went wrong.
No results found
Fix adjust modifying at the wrong index (#19 )
v0.4.2
16 Nov 07:21
Compare
Sorry, something went wrong.
No results found
Fix warnings
Fix compile error with psc master (@zudov , #18 )
Release v0.4.1
06 Jul 14:39
Compare
Sorry, something went wrong.
No results found
Use purescript-unsafe-coerce