Skip to content

Releases: fantasyland/static-land

1.0.0

17 Sep 10:05
Compare
Choose a tag to compare
  • Traversable now based on traverse instead of sequence.
  • fromFLType now supports fantasy-land@1.0.x.
  • ChaiRec algebra added.
  • runGenerator now uses ChaiRec if available which allows for call stack size safety for big loops in generator.

0.1.8

30 Aug 09:23
Compare
Choose a tag to compare
  • fromFLType() optimized

0.1.7

30 Aug 09:24
Compare
Choose a tag to compare
  • runGenerator() added