type-level-kv-list: Type level Key-Value list.

[ data, library, mit ] [ Propose Tags ]

This library provides a brief implementation for extensible records.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0.0, 1.0.0, 1.1.0, 2.0.0, 2.0.1.0, 2.0.1.1, 2.0.1.2, 2.0.2.0
Dependencies base (>=4.7 && <5) [details]
License MIT
Copyright 2016 Sakura-chan the Goat
Author Sakura-chan the Goat
Maintainer arow.okamoto+github@gmail.com
Category Data
Home page https://github.com/arowM/type-level-kv-list#readme
Bug tracker https://github.com/arowM/type-level-kv-list/issues
Source repo head: git clone https://github.com/arowM/type-level-kv-list
Uploaded by arowM at 2023-02-10T06:27:44Z
Distributions LTSHaskell:2.0.2.0, NixOS:2.0.2.0, Stackage:2.0.2.0
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 2116 total (37 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-02-10 [all 1 reports]

Readme for type-level-kv-list-2.0.2.0

[back to package description]

test Hackage Stackage LTS Stackage Nightly

type-level-kv-list

This library provides a brief implementation for extensible records. It is sensitive to the ordering of key-value items, but has simple type constraints and provides short compile time.