vessel: Functor-parametric containers

[ bsd3, data, library ] [ Propose Tags ]

A dependently-typed key-value data structure that allows for storage of both "queries", (wherein keys are stored along with reasons for selecting the items or counts of the number of times something has been selected), as well as the responses to those queries, in which the type of the key additionally determines the type of the response


[Skip to Readme]

Modules

[Index] [Quick Jump]

  • Data
    • Data.Vessel
      • Data.Vessel.Class
      • Data.Vessel.DependentMap
      • Data.Vessel.Disperse
      • Data.Vessel.Identity
      • Data.Vessel.Internal
      • Data.Vessel.Map
      • Data.Vessel.Path
      • Data.Vessel.Selectable
      • Data.Vessel.Single
      • Data.Vessel.SubVessel
      • Data.Vessel.Vessel
      • Data.Vessel.ViewMorphism

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.3.0.0
Change log ChangeLog.md
Dependencies aeson (>=1.4 && <2.2), aeson-gadt-th, base (>=4.9 && <4.17), base-orphans (>=0.8.5 && <0.9), bifunctors (>=5.5 && <5.6), commutative-semigroups (>=0.1 && <0.2), constraints (>=0.10 && <0.15), constraints-extras (>=0.4 && <0.5), containers (>=0.6 && <0.7), dependent-map (>=0.4 && <0.5), dependent-monoidal-map (>=0.1.1.0 && <0.2), dependent-sum (>=0.7 && <0.8), dependent-sum-aeson-orphans (>=0.3.1 && <0.4), dependent-sum-template, lens, markdown-unlit, monoidal-containers (>=0.6 && <0.7), mtl (>=2.2 && <2.3), patch (>=0.0.7.0 && <0.1), reflex (>=0.6.4 && <1), semialign (>=1), text, these (>=1 && <1.2), vessel, witherable (>=0.2 && <0.5) [details]
License BSD-3-Clause
Copyright Obsidian Systems LLC
Author Obsidian Systems LLC
Maintainer maintainer@obsidian.systems
Revised Revision 1 made by abrar at 2023-07-07T20:25:46Z
Category Data
Source repo head: git clone https://github.com/obsidiansystems/vessel
Uploaded by abrar at 2022-12-09T16:00:57Z
Distributions
Downloads 263 total (10 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 vessel-0.3.0.0

[back to package description]

vessel: functor-parametric containers

Haskell Hackage Hackage CI Github CI BSD3 License

See the tutorial for a worked example of how to use this library.


Obsidian Systems