haskell

Tag

Cards List
#haskell

Announcing Mutation Testing in Haskell

Lobsters Hottest · 5d ago Cached

Mutation testing is now generally available in the sydtest Haskell testing framework, enabling developers to automatically verify test suite quality by generating code mutations and checking that tests catch them. The author was motivated by the rise of AI-generated code (via Claude) and the need for an objective, automated measure of test coverage.

0 favorites 0 likes
#haskell

H2JVM - A Haskell Library for writing JVM Bytecode

Lobsters Hottest · 2026-06-01

H2JVM is a Haskell library that allows developers to write JVM bytecode directly in Haskell, enabling low-level JVM manipulation.

0 favorites 0 likes
#haskell

Homomorphic static analysis

Lobsters Hottest · 2026-05-31 Cached

Explores the concept of static analysis using applicative functors in Haskell, contrasting with monads, and discusses interpreting code in data-agnostic contexts for analysis without executing effects.

0 favorites 0 likes
#haskell

Data types à la carte (2008)

Lobsters Hottest · 2026-05-30 Cached

This paper presents a technique for composing data types and functions from independent components, and extends the approach to combine free monads, enabling a modular structuring of Haskell's IO monad.

0 favorites 0 likes
#haskell

Stealing from Biologists to Compile Haskell Faster

Hacker News Top · 2026-05-30 Cached

The article explores the optimal ApplicativeDo scheduling problem in GHC, which is disabled by default due to slowness, and draws an analogy to the dynamic programming algorithm used for RNA folding to improve compiler performance.

0 favorites 0 likes
#haskell

Coalgebras and Automata

Lobsters Hottest · 2026-05-30 Cached

An introductory literate Haskell document exploring the relationship between coalgebras and automata, demonstrating how state machines can be modeled using fold and unfold operations within category theory.

0 favorites 0 likes
#haskell

Lambda on Lambda: Serverless Haskell on AWS

Lobsters Hottest · 2026-05-25 Cached

Jack Kelly provides an end-to-end example and talk slides for deploying Haskell functions as AWS Lambda using OCI containers and OpenTofu.

0 favorites 0 likes
#haskell

Announcing feed-repeat v1.0

Lobsters Hottest · 2026-05-25 Cached

Announcing feed-repeat v1.0, a self-hostable tool that reposts old articles from RSS/Atom feeds into a new feed for spaced repetition.

0 favorites 0 likes
#haskell

Haskell Foundation 2026 Update

Hacker News Top · 2026-05-21

The Haskell Foundation provides an update on its activities and initiatives for the year 2026.

0 favorites 0 likes
#haskell

Show HN: Hsrs – Type-Safe Haskell Bindings Generator for Rust

Hacker News Top · 2026-05-19 Cached

Hsrs is a type-safe FFI bindings generator that allows Rust code to be called from Haskell with automatic memory management, type conversions, and Borsh serialization. It provides annotations in Rust and generates idiomatic Haskell wrappers.

0 favorites 0 likes
#haskell

Profunctor Equipment in Haskell

Hacker News Top · 2026-05-16 Cached

This blog post provides a toy Haskell implementation of profunctor equipment, including natural transformations and composition, to make category-theoretic concepts accessible to programmers.

0 favorites 0 likes
#haskell

Accelerate

Hacker News Top · 2026-05-16 Cached

Accelerate is an embedded domain-specific language in Haskell for high-performance parallel array computations, supporting online compilation to multicore CPUs and CUDA GPUs.

0 favorites 0 likes
#haskell

Golden Testing a CAD Library

Hacker News Top · 2026-05-11 Cached

The author describes implementing golden/visual regression testing for the Waterfall-CAD Haskell library using SVG output and the tasty-golden library.

0 favorites 0 likes
#haskell

Exception Annotations: Lay of the Land

Lobsters Hottest · 2026-05-11 Cached

This technical blog post details the status and usage of exception annotations in GHC versions 9.10 to 10.0, covering backtrace types and debugging strategies for Haskell developers.

0 favorites 0 likes
#haskell

Improving LLM Code Reasoning via Semantic Equivalence Self-Play with Formal Verification

arXiv cs.CL · 2026-04-21 Cached

Researchers from University of Edinburgh propose a self-play framework using Liquid Haskell for formal verification to train LLMs on semantic equivalence reasoning, releasing OpInstruct-HSx dataset (28k programs) and achieving 13.3pp accuracy gains on EquiBench.

0 favorites 0 likes
← Back to home

Submit Feedback