Skip to content

Instantly share code, notes, and snippets.

View cctor's full-sized avatar
🎯
Focusing

cctor

🎯
Focusing
View GitHub Profile
@cctor
cctor / 01_folds.fs
Created February 25, 2025 10:07 — forked from cloudRoutine/01_folds.fs
F# Transducers - they work for the most part
open System.Collections.Generic
open Microsoft.FSharp.Collections
[<RequireQualifiedAccess>]
module Folds =
// These are the fast implementations we actually want to use