structures

Data structure experiment

A playground for advanced data structures in Haskell

A playground for working on advanced data structures in Haskell

GitHub

63 stars
14 watching
10 forks
Language: Haskell
last commit: about 9 years ago

Related projects:

Repository Description Stars
ekmett/hask Category theory for Haskell with a strong lens-like flavor. 161
ekmett/semigroups A Haskell package providing a set of semigroups and tools for deriving them with generics. 62
ekmett/comonad Provides definitions and laws for building comonads in Haskell 77
ekmett/coda An experimental language project providing a toy compiler and tools for working with it 163
ekmett/reflection Provides a way to represent and manipulate arbitrary Haskell code structure using a reflection mechanism 102
ekmett/contravariant Provides a Haskell implementation of functors with contravariant behavior 73
ekmett/linear A set of low-dimensional linear algebra primitives for use in Haskell programs 202
ekmett/profunctors A Haskell implementation of profunctors, which are higher-kinded concepts for transforming and manipulating functions between types 70
hamiltop/structurez A playground for exploring various data structures and network protocols in Elixir 14
lyptt/struct A data structure implementation in C++ with documentation and examples. 0
ekmett/bound Combinators for manipulating locally-nameless generalized de Bruijn terms 122
ekmett/lens A Haskell library that provides a general-purpose data transformation framework using lenses and traversals. 2,032
ekmett/gl Provides Haskell bindings to the OpenGL specification 94
ekmett/guanxi An exploration of relational programming in Haskell with a focus on language and tooling 256
younatics/collection-data-structures-swift-kr An in-depth tutorial on collection data structures in Swift, covering their performance and comparison to Objective-C equivalents. 46