Skip to content

Commit 966d28c

Browse files
committed
Remove TaskSeqResumptionFunc and TaskSeqResumptionDynamicInfo from the public surface
1 parent e080acd commit 966d28c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/FSharp.Control.TaskSeq/TaskSeqBuilder.fsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ and [<NoComparison; NoEquality>] TaskSeq<'Machine, 'T
9797

9898
and TaskSeqCode<'T> = ResumableCode<TaskSeqStateMachineData<'T>, unit>
9999
and TaskSeqStateMachine<'T> = ResumableStateMachine<TaskSeqStateMachineData<'T>>
100-
and TaskSeqResumptionFunc<'T> = ResumptionFunc<TaskSeqStateMachineData<'T>>
101-
and TaskSeqResumptionDynamicInfo<'T> = ResumptionDynamicInfo<TaskSeqStateMachineData<'T>>
102100

103101
[<Class>]
104102
type TaskSeqBuilder =

0 commit comments

Comments
 (0)