提交 056141a3 编写于 作者: E Eugene Auduchinok 提交者: Kevin Ransom (msft)

Add isRecursive field name to SynModuleDecl.Let (#6115)

上级 fde0e550
......@@ -1409,7 +1409,7 @@ and
SynModuleDecl =
| ModuleAbbrev of ident:Ident * longId:LongIdent * range:range
| NestedModule of SynComponentInfo * isRecursive:bool * SynModuleDecls * bool * range:range
| Let of bool * SynBinding list * range:range
| Let of isRecursive:bool * SynBinding list * range:range
| DoExpr of SequencePointInfoForBinding * SynExpr * range:range
| Types of SynTypeDefn list * range:range
| Exception of SynExceptionDefn * range:range
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册