From bfaf0485705443419aae6d0138667bfb156ab0ef Mon Sep 17 00:00:00 2001 From: Abel Braaksma Date: Sun, 5 Nov 2023 18:10:49 +0100 Subject: [PATCH] Fix documentation blob --- src/FSharp.Control.TaskSeq/TaskSeqBuilder.fsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/FSharp.Control.TaskSeq/TaskSeqBuilder.fsi b/src/FSharp.Control.TaskSeq/TaskSeqBuilder.fsi index 90ea40e2..8c18ca5c 100644 --- a/src/FSharp.Control.TaskSeq/TaskSeqBuilder.fsi +++ b/src/FSharp.Control.TaskSeq/TaskSeqBuilder.fsi @@ -25,6 +25,8 @@ module Internal = val inline raiseNotImpl: unit -> 'a /// +/// Represents a and is the output of using the +/// computation expression from this library. It is an alias for . /// The type is deprecated since version 0.4.0, /// please use in its stead. See . ///