Open
Description
When using partial application in combination with task CE the compiler return: error FS0041: No overloads match for method 'Bind'
.
Repro steps
test.fsx
let myfun x y =
async {
()
}
let testTask =
task {
do! myfun 1
}
let testAsync =
async {
do! myfun 1
}
Expected behavior
unknown(0,1): error FS0041: No overloads match for method 'Bind'.
Actual behavior
test.fsx(13,9): error FS0001: This expression was expected to have type [...]
Similar to that of async CE.
Known workarounds
N/A
Related information
N/A
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
New