Skip to content

Commit

Permalink
Remove XML comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vzarytovskii committed Jul 30, 2024
1 parent 6be1c60 commit 7d44ef8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Compiler/Checking/Expressions/CheckComputationExpressions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -883,17 +883,6 @@ let inline addVarsToVarSpace (varSpace: LazyWithContext<Val list * TcEnv, range>
id
)

/// <summary>
/// Try translate the syntax sugar
/// </summary>
/// <param name="cenv"></param>
/// <param name="firstTry"></param>
/// <param name="q">a flag indicating if custom operators are allowed. They are not allowed inside try/with, try/finally, if/then/else etc.</param>
/// <param name="varSpace">a lazy data structure indicating the variables bound so far in the overall computation</param>
/// <param name="comp">the computation expression being analyzed</param>
/// <param name="translatedCtxt">represents the translation of the context in which the computation expression 'comp' occurs,
/// up to a hole to be filled by (part of) the results of translating 'comp'.</param>
/// <returns></returns>
let rec TryTranslateComputationExpression
(cenv: TcFileState)
env
Expand Down

0 comments on commit 7d44ef8

Please sign in to comment.