@hackage / singleton-dict

Typelevel balanced search trees via a singletonized Data.Map

Latest0.1.0.0

About

Metadata

  • Last updated , by ArieMiddelkoop
  • License BSD-3-Clause
  • Maintained by: amiddelk@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.0.2

Readme

singleton-dict

This package provides a typelevel balanced search tree based on an ancient version of Data.Map, originating from the uulib package. I used this older version as it uses relatively "simple" Haskell, and thus is singletonized relatively straightforwardly.