Features
- Enable
--type-checker
by default (#721) - Rework the termination checker to infer measures for recursive functions (#721)
Improvements
- Relax mutual recursion check for functions/ADTs enough for TypeEncoding (#721)
- Add
List#toScala
andList.fromScala
to the library (#708) - Add methods
map
,withFilter
,toList
, andtoScala
toSet
(#708) - Add methods
keys
,values
,toList
andtoScala
toMap
(#708)