Skip to content

Instantly share code, notes, and snippets.

View laczoka's full-sized avatar

Laszlo (@laczoka on Twitter) laczoka

View GitHub Profile
@cloudRoutine
cloudRoutine / 01_folds.fs
Last active December 12, 2022 13:01
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