Found 315 packages
Package Description
This library brings C#'s concept of 'await foreach' to F#, with a seamless implementation of IAsyncEnumerable<'T>. The 'taskSeq' computation expression adds support for awaitable asynchronous sequences with similar ease of use and performance to F#'s 'task' CE, with minimal overhead through ValueTask under the hood. TaskSeq brings 'seq' and 'task' together in a safe way. Generates optimized IL code through resumable state machines, and comes with a comprehensive set of functions in module 'TaskSeq'. See README for documentation and more info.
Contains types that can be computed with.
ExtCore provides extensions to the F# core library (FSharp.Core) and aims to help you build industrial-strength F# applications. These extensions include additional functions for modules such as Array, List, Set, and Map; immutable IntSet, IntMap, LazyList, and Queue collections; a variety of computation expressions (workflows); and "workflow collections" -- collections modules which have been adapted to work seamlessly from within workflows.
Package Description
F# computation expression builder for System.Threading.Tasks
A set of computation expressions for F# base library
Package Description
Package Description
Package Description
Package Description
Package Description
Primitives types and extension methods.
Computation expressions for C# based on async/await
LIBMF, the core computation library for matrix factorization in ML.NET
F# Async workflow <--> .NET Task easy seamless interoperability library.
Computation Expression for building Thoth.Json.Net decoders
Adds ColdTask and CancellableTask computation expressions to F#
Computation Expression Visualizer(WPF).
Simple F# DSL style record validation framework