From b4fa2eee5c09227a2a61741682cb0d0d6e405aa5 Mon Sep 17 00:00:00 2001 From: Grzegorz Dziadkiewicz Date: Wed, 25 Oct 2023 00:34:06 +0200 Subject: [PATCH] Add info about functional wrappers to docs --- docs/index.fsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.fsx b/docs/index.fsx index 0cdc3891..655d1b12 100644 --- a/docs/index.fsx +++ b/docs/index.fsx @@ -22,6 +22,8 @@ FSharpx.Extras implements: * A few features for working with HTTP applications. +* Functional wrappers around instance methods ([String](reference/fsharpx-stringmodule.html)) + FSharpx.Extras is a set of additions on top of FSharpx.Collections and FSharpx.Async