diff --git a/src/FSharp.Control.TaskSeq/TaskSeqBuilder.fs b/src/FSharp.Control.TaskSeq/TaskSeqBuilder.fs index ced53d8e..0a6905e3 100644 --- a/src/FSharp.Control.TaskSeq/TaskSeqBuilder.fs +++ b/src/FSharp.Control.TaskSeq/TaskSeqBuilder.fs @@ -42,6 +42,7 @@ module Internal = // cannot be marked with 'internal' scope |> raise // deprecated from 0.4.0, see FSI file +[' is deprecated in favor of 'TaskSeq<_>'. It will be removed in an upcoming release.">] type taskSeq<'T> = IAsyncEnumerable<'T> // the proper type from 0.4.0 onwards, see FSI file 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 . ///