Skip to content

Release v0.21.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 08:45

Bug Fixes

  • Fix path issues for windows (134f4af)
  • Minor fix to mutation restriction (59a0918)
  • Stop inferring twice for implicitly typed expressions (64bb113)
  • Use correct arity for checking if constructor call is saturated (9b4da70)

Features

  • Add tailRec function for stack safe recursion (222cdf0)
  • Extend trmc for list constructor with 2 values and a recursive call (a94e569)
  • Make TVar hold an Int instead of String for performance and improve tests of Stream (2f94f52)
  • Make Wish.parallel stack safe (0826891)
  • reduce hash size for unique names (e3a0dec)
  • Rework Set using a RB tree (823f06b)
  • Rewrite Dictionary to use an RB tree and add minor codegen fixes related to pattern matching (1274437)
  • Small fixes and draft of Stream module (925d07f)