Skip to content

Releases: jmagaram/rescript-seq

Seq.unfoldMany

01 Apr 22:44

Choose a tag to compare

4.4.1

rename to Seq.unfoldMany

Seq.expand (a recursive Seq.unfold)

01 Apr 21:47

Choose a tag to compare

Add function Seq.iterateWhile

28 Mar 00:41

Choose a tag to compare

Generates a sequence starting with a seed and an iteration function, and stops when the iteration function generates None.

"at" returns item by index

27 Mar 21:07

Choose a tag to compare

4.2.0

less abstract implementation

Use V11 compiler with uncurried mode and Core

26 Mar 22:20

Choose a tag to compare

Use V11 compiler with uncurried mode and Core

26 Mar 22:18

Choose a tag to compare

4.1.1

update publish action

Version 11.0 compiler

25 Mar 06:07

Choose a tag to compare

4.0.0

compile with V11

Root-level Seq module

10 May 20:30

Choose a tag to compare

3.0.1

version

Seq as root-level module

10 May 20:25

Choose a tag to compare

3.0.0

remove namespace; root level Seq module

Proper namespace

08 May 17:19

Choose a tag to compare

2.1.0

fix namespacing; root level Seq