list-witnesses: Witnesses for working with type-level lists

[ bsd3, dependent-types, library ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.2.0, 0.1.3.0, 0.1.3.1, 0.1.3.2, 0.1.4.0, 0.1.4.1
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), decidable (>=0.2), functor-products, microlens, profunctors, singletons, vinyl [details]
License BSD-3-Clause
Copyright (c) Justin Le 2018
Author Justin Le
Maintainer justin@jle.im
Category Dependent Types
Home page https://github.com/mstksg/list-witnesses#readme
Bug tracker https://github.com/mstksg/list-witnesses/issues
Source repo head: git clone https://github.com/mstksg/list-witnesses
Uploaded by jle at 2019-08-26T03:41:59Z
Distributions
Downloads 2568 total (36 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for list-witnesses-0.1.3.2

[back to package description]

[list-witnesses][docs]

list-witnesses on Hackage

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.