list-witnesses-0.1.1.0: list-witnesses.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 784d1aade7631704441e88a915802c6f9bcdec2f07af75df75f043d1380a6dd1
name: list-witnesses
version: 0.1.1.0
synopsis: Witnesses for working with type-level lists
description: 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.
category: Dependent Types
homepage: https://github.com/mstksg/list-witnesses#readme
bug-reports: https://github.com/mstksg/list-witnesses/issues
author: Justin Le
maintainer: justin@jle.im
copyright: (c) Justin Le 2018
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/mstksg/list-witnesses
library
exposed-modules:
Data.Type.List.Edit
Data.Type.List.Sublist
other-modules:
Paths_list_witnesses
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Wredundant-constraints -Werror=incomplete-patterns
build-depends:
base >=4.7 && <5
, decidable >=0.1.5
, profunctors
, singletons
, vinyl
default-language: Haskell2010