longboi: Dependently-typed linked list implementation

[ data, library, mit ] [ Propose Tags ]

Length-indexed linked lists, a simple exercise in dependent types.


[Skip to Readme]

Modules

[Index]

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

  • No Candidates
Versions [RSS] 1.0.0
Dependencies base (>=4.9 && <5.0) [details]
License MIT
Author chessai
Maintainer chessai1996@gmail.com
Revised Revision 1 made by chessai at 2023-10-17T00:43:48Z
Category Data
Home page https://github.com/chessai/longboi
Bug tracker https://github.com/chessai/longboi/issues
Source repo head: git clone https://github.com/chessai/longboi.git -b master
Uploaded by chessai at 2018-01-16T19:17:38Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 802 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-01-16 [all 1 reports]

Readme for longboi-1.0.0

[back to package description]

longboi

Hackage License

longboi exposes the Longboi data type and functions related to Longboi. A Longboi is a simple implementation of a dependently-typed linked list, i.e. a vector parameterised by its length.