That's because an async computation is not a task. So use the task computation either through a nuget on < F# 6.0 or build in >= F# 6.0 let readFilesTask (path1, path2) = task { let! bytes1 =…
That's because an async computation is not a task. So use the task computation either through a nuget on < F# 6.0 or build in >= F# 6.0 let readFilesTask (path1, path2) = task { let! bytes1 =…