All Versions
7
Latest Version
Avg Release Cycle
29 days
Latest Release
1877 days ago
Changelog History
Changelog History
-
v0.1.3.2 Changes
August 26, 2019August 25, 2019
🚀 https://github.com/mstksg/list-witnesses/releases/tag/v0.1.3.2
- 🛠Fixed overlapping instance issues resulting from ambiguities in
Auto
instances forInsert
,Delete
,Substitute
,Suffix
,Interleave
, andSubset
.
- 🛠Fixed overlapping instance issues resulting from ambiguities in
-
v0.1.3.1 Changes
August 24, 2019August 23, 2019
🚀 https://github.com/mstksg/list-witnesses/releases/tag/v0.1.3.1
- Quick renaming of
subsetToInterlaveLeft
andsubsetToInterleaveRight
to match naming conventions.
- Quick renaming of
-
v0.1.3.0 Changes
August 23, 2019August 23, 2019
🚀 https://github.com/mstksg/list-witnesses/releases/tag/v0.1.3.0
- Add
Subset
and associated methods -
interleaveShapes
,swapInterleave
,appendShape
,prefixShape
- Add
-
v0.1.2.0 Changes
August 13, 2019August 12, 2019
🚀 https://github.com/mstksg/list-witnesses/releases/tag/v0.1.2.0
- Add predicates (
IsInsert
,IsPrefix
, etc.) andAuto
andDecidable
instances for most of the data types, for auto-generation and searches. - Add some functions for creating
Append
s and witnesses of concatenation type families fromAppend
s. -
interleavedIxes
, for more manipulation ofInterleave
- Add predicates (
-
v0.1.1.1 Changes
August 04, 2019August 3, 2019
🚀 https://github.com/mstksg/list-witnesses/releases/tag/v0.1.1.1
- Add microlens as a dependency, and use actual type synonyms for lenses. Also got rid of re-implementations of over and view.
-
v0.1.1.0 Changes
March 07, 2019March 7, 2019
🚀 https://github.com/mstksg/list-witnesses/releases/tag/v0.1.1.0
- Add
Interleave
to Data.Type.List.Sublist.
- Add
-
v0.1.0.0 Changes
March 07, 2019March 6, 2019
🚀 https://github.com/mstksg/list-witnesses/releases/tag/v0.1.0.0
- 🚀 Initial release