mstksg / list-witnesses

Inductive dependently-typed witnesses for working with type-level lists.

Home Page:http://mstksg.github.io/list-witnesses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[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.

About

Inductive dependently-typed witnesses for working with type-level lists.

http://mstksg.github.io/list-witnesses

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%