We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ad26f commit e5b5efdCopy full SHA for e5b5efd
src/Compiler/Checking/Expressions/CheckComputationExpressions.fs
@@ -2012,8 +2012,7 @@ let rec TryTranslateComputationExpression
2012
(letRhsExpr :: [ for SynBinding(expr = andExpr) in andBangBindings -> andExpr ])
2013
|> List.map (fun expr -> mkSourceExprConditional isFromSource expr ceenv.sourceMethInfo ceenv.builderValName)
2014
2015
- let pats =
2016
- letPat :: [ for binding in andBangBindings -> mkTypedHeadPat binding ]
+ let pats = letPat :: [ for binding in andBangBindings -> mkTypedHeadPat binding ]
2017
2018
let sourcesRange = sources |> List.map (fun e -> e.Range) |> List.reduce unionRanges
2019
0 commit comments