BSD-3-Clause licensed by Justin Le
This version can be pinned in stack with:list-witnesses-0.1.4.1@sha256:e3d6c62e6dca85fe273d772a5c856307b2357cd2f162d38acaafce3adb52cf13,1649
Module documentation for 0.1.4.1
[list-witnesses][docs]

Collection of assorted inductive witnesses and functions for working with
type-level lists.
- Data.Type.List.Edit contains single-item edits of lists, including
insertion, deletion, and substitution.
- Data.Type.List.Sublist contains witnesses for prefixes, suffixes, and
two-way splits of type-level lists.
Changelog
Version 0.1.4.1
February 27, 2023
https://github.com/mstksg/list-witnesses/releases/tag/v0.1.4.1
- Remove upper bounds, fix deprecated pragmas
Version 0.1.4.0
July 22, 2023
https://github.com/mstksg/list-witnesses/releases/tag/v0.1.4.0
- Now requires singletons 3.0 and above, and GHC 9.2 and above.
Version 0.1.3.2
August 25, 2019
https://github.com/mstksg/list-witnesses/releases/tag/v0.1.3.2
- Fixed overlapping instance issues resulting from ambiguities in Autoinstances forInsert,Delete,Substitute,Suffix,Interleave, andSubset.
Version 0.1.3.1
August 23, 2019
https://github.com/mstksg/list-witnesses/releases/tag/v0.1.3.1
- Quick renaming of subsetToInterlaveLeftandsubsetToInterleaveRightto
match naming conventions.
Version 0.1.3.0
August 23, 2019
https://github.com/mstksg/list-witnesses/releases/tag/v0.1.3.0
- Add Subsetand associated methods
- interleaveShapes,- swapInterleave,- appendShape,- prefixShape
Version 0.1.2.0
August 12, 2019
https://github.com/mstksg/list-witnesses/releases/tag/v0.1.2.0
- Add predicates (IsInsert,IsPrefix, etc.) andAutoandDecidableinstances for most of the data types, for auto-generation and searches.
- Add some functions for creating Appends and witnesses of concatenation
type families fromAppends.
- interleavedIxes, for more manipulation of- Interleave
Version 0.1.1.1
August 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.
Version 0.1.1.0
March 7, 2019
https://github.com/mstksg/list-witnesses/releases/tag/v0.1.1.0
- Add Interleaveto Data.Type.List.Sublist.
Version 0.1.0.0
March 6, 2019
https://github.com/mstksg/list-witnesses/releases/tag/v0.1.0.0