Pinned Repositories
pointfree-wasm.github.io
Turn Haskell expressions into pointfree style in your browser with WASM
atomic-counter
Haskell counters that can be safely incremented from multiple threads
chibi-repl-android
Chibi Scheme REPL for Android
constrained
Generalizations of standard 'Functor', 'Foldable' and 'Traversable' to accomodate types like unboxed vectors
emacs-module
Wrappers around emacs-module.h to write Emacs modules in Haskell
emacs-native
The rest of my Emacs config that got lucky to be implemented in Haskell instead of elisp
happy-mode
Emacs major mode for editing Happy filles
hkanren
Haskell DSL for miniKanren
radix-tree
Haskell implementation of the radix tree data structure
vector-quicksort
Haskell sort as fast as C++
sergv's Repositories
sergv/vector-quicksort
Haskell sort as fast as C++
sergv/toml-reader-parse
Alternative parser for values produced by `toml-reader` Haskell package
sergv/vector-sorting-benchmarks
I want to beat std::sort with Haskell.
sergv/alex
A lexical analyser generator for Haskell
sergv/array-freeze-bug
sergv/blaze-svg
SVG Combinators for Haskell
sergv/blog-fp
FP blog
sergv/bytestring
An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data.
sergv/dante
sergv/diagrams-core
Core types and utilities
sergv/diagrams-lib
Diagrams standard library
sergv/diagrams-svg
An SVG backend for diagrams
sergv/directory
Platform-independent library for basic file system operations
sergv/doctest
An implementation of Python's doctest for Haskell
sergv/dual-tree
Rose (n-way) trees with both upwards- (i.e. cached) and downwards-traveling (i.e. accumulating) monoidal annotations.
sergv/emacs-native-rs
Part of emacs config that needs to be FAST
sergv/ghc-events
Library and tool for parsing .eventlog files from GHC
sergv/ghc-events-analyze
sergv/ghc-exactprint
GHC version of haskell-src-exts exactPrint
sergv/ghc-prof
Library for parsing GHC time and allocation profiling reports
sergv/happy
The Happy parser generator for Haskell
sergv/htoml-parse
Parsers to analyze what htoml-megaparsec produces
sergv/monad-interleave
Monads with an unsaveInterleaveIO-like operation
sergv/primitive
This package provides various primitive memory-related operations.
sergv/regexp-glushkov
sergv/streaming-commons
Common lower-level functions needed by various streaming data libraries
sergv/svg-builder
sergv/tasty-papi
sergv/text
Haskell library for space- and time-efficient operations over Unicode text.
sergv/toml-reader
Haskell library for parsing v1.0 TOML files