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 df22591 commit 4ac95deCopy full SHA for 4ac95de
src/Compiler/Checking/Expressions/CheckComputationExpressions.fs
@@ -2010,8 +2010,7 @@ let rec TryTranslateComputationExpression
2010
(letRhsExpr :: [ for SynBinding(expr = andExpr) in andBangBindings -> andExpr ])
2011
|> List.map (fun expr -> mkSourceExprConditional isFromSource expr ceenv.sourceMethInfo ceenv.builderValName)
2012
2013
- let pats =
2014
- letPat :: [ for binding in andBangBindings -> mkTypedHeadPat binding ]
+ let pats = letPat :: [ for binding in andBangBindings -> mkTypedHeadPat binding ]
2015
2016
let sourcesRange = sources |> List.map (fun e -> e.Range) |> List.reduce unionRanges
2017
0 commit comments