nh2 / haskell-ordnub
Data.List.nub is O(n²). This one is O(n log n) by requiring an Ord instance.
☆33Updated 4 years ago
Alternatives and similar repositories for haskell-ordnub:
Users that are interested in haskell-ordnub are comparing it to the libraries listed below
- A syntax for unions of constraints in Haskell☆70Updated 7 years ago
- Extend the import list of a Haskell source file☆38Updated 3 years ago
- Haskell: Supercharged anonymous records☆83Updated 2 years ago
- Prune unused Haskell dependencies.☆47Updated 2 years ago
- Dual Traversable☆42Updated last year
- Color highlighting for Haskell profiling information☆40Updated 3 years ago
- A Typeclass for user-facing output☆56Updated last month
- GHC language extensions table☆48Updated 4 months ago
- Universal build and CI testing for Haskell packages☆92Updated last month
- Generic data types in Haskell, utilities for GHC.Generics☆45Updated this week
- Automation of Haskell package release process.☆31Updated last year
- a lightweight CSS DSL for haskell☆23Updated 4 years ago
- hpack-convert: Convert Cabal manifests into hpack's package.yamls☆51Updated 5 years ago
- Filter with effects☆73Updated 3 months ago
- Lean Haskell Benchmarking☆90Updated 2 years ago
- New formatting library☆58Updated 2 years ago
- An either-or-both data type, with corresponding hybrid error/writer monad transformer.☆117Updated 3 months ago
- Declare and access tuple fields with labels☆58Updated 6 years ago
- Haskell test discovery for the tasty framework☆36Updated 6 years ago
- 🔌 Scrap your qualified import clutter☆38Updated 3 years ago
- Example how to link Haskell programs very quickly with lld☆48Updated 8 years ago
- Generate tags file for haskell modules (GHC)☆41Updated last month
- Modern library for working with URIs☆69Updated 3 weeks ago
- Describe Haskell code in GHCi☆71Updated 7 years ago
- Generate a cabal freeze file from a stack.yaml