Preview 1.2.0 CI01568
Pre-release
Pre-release
wallymathieu
released this
23 Oct 06:41
·
90 commits
to v1.2
since this release
New in this release
- Use list instead of array for the generic implementation of sequence
- Include typelevel F# files for Fable
From earlier previews:
Preview 1.2.0 CI01240
- Type-level literals and Nat-dependent vector/matrix
Preview 1.2.0 CI01544
- Add Mapi Support in NonEmpty List
- Add new types: NonEmptySeq, NonEmptySet and NonEmptyMap
- Add Cont.eval / ContT.eval
- Add choose function to the Map and Dictionaries modules (in the Extensions namespace)
- Add zipShortest function and use that to make generic Zip safe for collections
- Add TryLast to Foldable and introduce operator
tryLast
- Add
tryHead
andtryLast
to String module (in the Extensions namespace)