Haskell Package for operating with selections over an underlying functor
☆22Oct 21, 2020Updated 5 years ago
Alternatives and similar repositories for selections
Users that are interested in selections are comparing it to the libraries listed below
Sorting:
- Haskell library for encoding-free interaction with Unix system. Use RawFilePath (ByteString) instead of FilePath (String)☆18Jan 18, 2026Updated last month
- Advent of Code 2017 - my answers☆16Dec 31, 2017Updated 8 years ago
- Speculate laws about Haskell functions☆30Jan 30, 2025Updated last year
- An unofficial issue tracker for all things Haskell-related☆18Mar 31, 2016Updated 9 years ago
- Command rewriter☆18Sep 28, 2016Updated 9 years ago
- UCI Datasets for Haskell☆11Mar 17, 2017Updated 8 years ago
- Lists, Texts, ByteStrings and Vectors with type-encoded length☆10Jul 11, 2021Updated 4 years ago
- Just Build It - a "do what I mean" abstraction for Haskell build tools☆12Jun 8, 2018Updated 7 years ago
- A small in-terminal dungeon crawler written in Haskell☆11Aug 29, 2018Updated 7 years ago
- FoldMap lists☆12Mar 29, 2023Updated 2 years ago
- Very simple CI server for Nix projects on GitHub☆15Aug 30, 2017Updated 8 years ago
- Typesafe Off-Heap data structures for GHC Haskell☆14Nov 10, 2017Updated 8 years ago
- DEPRECATED: Haskell Library to deal with resource availability in a Calendar☆24Jul 14, 2023Updated 2 years ago
- DSL for forward and reverse mode automatic differentiation in Haskell. Port of DiffSharp.☆28Jun 27, 2019Updated 6 years ago
- ☆22Jul 10, 2017Updated 8 years ago
- Haskell implementation of a nix binary cache and client.☆13Jan 4, 2018Updated 8 years ago
- Roundtrip allows the definition of bidirectional (de-)serialization specifications☆16Oct 16, 2024Updated last year
- Haskell types and functions to represent, query, and manipulate the Nixpkgs distribution. | Source has moved to https://github.com/nixos/…☆17Oct 19, 2022Updated 3 years ago
- Build terminal UIs using reflex and brick☆15Jun 27, 2019Updated 6 years ago
- A library for generic programming that aims to be easy to understand☆26Dec 16, 2025Updated 2 months ago
- Advent of Code 2017 solutions☆27Dec 3, 2020Updated 5 years ago
- An approach to managing composable effects, ala mtl/transformers/extensible-effects/Eff☆24Mar 22, 2018Updated 7 years ago
- A compiler for a strongly typed, haskell-like functional language☆22Feb 1, 2018Updated 8 years ago
- Performance shootout of various trie implementations☆18May 30, 2019Updated 6 years ago
- Fast unboxed references for ST and IO monad☆15Jul 17, 2017Updated 8 years ago
- Highly polymorphic algebraic structures with custom deriving strategies☆30Nov 3, 2021Updated 4 years ago
- A static analysis tool for C.☆29Oct 29, 2019Updated 6 years ago
- Extends binary with parsec/attoparsec style parsing combinators☆26Feb 2, 2022Updated 4 years ago
- A package re-exporting the verified subset of containers☆20Jun 18, 2018Updated 7 years ago
- An alternate definition of Haskell's Functor typeclass☆42Jun 18, 2019Updated 6 years ago
- ICFP Bingo 2017 (Idris edition)☆30Aug 22, 2019Updated 6 years ago
- A LaTeX Scratchpad for sharing.☆17Oct 16, 2018Updated 7 years ago
- A simple directory-like tree datatype, with useful IO functions, for Haskell