Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaa96cf8

Browse files
jwostyKevinRansom
authored andcommitted
Change CE keywords (english) to only mention CEs and not asyncs
1 parent114c6d2 commitaa96cf8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

‎src/buildfromsource/FSharp.Compiler.Private/FSComp.resx‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4147,7 +4147,7 @@
41474147
<value>Used to associate, or bind, a name to a value or function.</value>
41484148
</data>
41494149
<dataname="keywordDescriptionLetBang"xml:space="preserve">
4150-
<value>Used inasynchronous workflows to bind a name to the result of an asynchronouscomputation, or, in other computationexpressions, usedto bind a name toa result, which isofthe computationtype.</value>
4150+
<value>Used in computationexpressionsto bind a name tothe resultofanother computationexpression.</value>
41514151
</data>
41524152
<dataname="keywordDescriptionMatch"xml:space="preserve">
41534153
<value>Used to branch by comparing a value to a pattern.</value>
@@ -4198,10 +4198,10 @@
41984198
<value>Used to indicate that a function is recursive.</value>
41994199
</data>
42004200
<dataname="keywordDescriptionReturn"xml:space="preserve">
4201-
<value>Used toindicate a valueto provide asthe result ofa computation expression.</value>
4201+
<value>Used toprovide a valueforthe result ofthe containing computation expression.</value>
42024202
</data>
42034203
<dataname="keywordDescriptionReturnBang"xml:space="preserve">
4204-
<value>Used toindicate a computation expression that, when evaluated, provides the result of thecontaining computation expression.</value>
4204+
<value>Used toprovide avalue for the result of the containingcomputation expression, where that value itself comes from theresult another computation expression.</value>
42054205
</data>
42064206
<dataname="keywordDescriptionSelect"xml:space="preserve">
42074207
<value>Used in query expressions to specify what fields or columns to extract. Note that this is a contextual keyword, which means that it is not actually a reserved word and it only acts like a keyword in appropriate context.</value>
@@ -4231,7 +4231,7 @@
42314231
<value>Used instead of let for values that require Dispose to be called to free resources.</value>
42324232
</data>
42334233
<dataname="keywordDescriptionUseBang"xml:space="preserve">
4234-
<value>Used instead of let! inasynchronous workflows and othercomputation expressions for values that require Dispose to be called to free resources.</value>
4234+
<value>Used instead of let! in computation expressions for values that require Dispose to be called to free resources.</value>
42354235
</data>
42364236
<dataname="keywordDescriptionVal"xml:space="preserve">
42374237
<value>Used in a signature to indicate a value, or in a type to declare a member, in limited situations.</value>

‎src/fsharp/FSComp.txt‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ keywordDescriptionInterface,"Used to declare and implement interfaces."
13701370
keywordDescriptionInternal,"Used to specify that a member is visible inside an assembly but not outside it."
13711371
keywordDescriptionLazy,"Used to specify a computation that is to be performed only when a result is needed."
13721372
keywordDescriptionLet,"Used to associate, or bind, a name to a value or function."
1373-
keywordDescriptionLetBang,"Used inasynchronous workflows to bind a name to the result of an asynchronouscomputation, or, in other computationexpressions, usedto bind a name toa result, which isofthe computationtype."
1373+
keywordDescriptionLetBang,"Used in computationexpressionsto bind a name tothe resultofanother computationexpression."
13741374
keywordDescriptionMatch,"Used to branch by comparing a value to a pattern."
13751375
keywordDescriptionMatchBang,"Used in computation expressions to pattern match directly over the result of another computation expression."
13761376
keywordDescriptionMember,"Used to declare a property or method in an object type."
@@ -1387,8 +1387,8 @@ keywordDescriptionOverride,"Used to implement a version of an abstract or virtua
13871387
keywordDescriptionPrivate,"Restricts access to a member to code in the same type or module."
13881388
keywordDescriptionPublic,"Allows access to a member from outside the type."
13891389
keywordDescriptionRec,"Used to indicate that a function is recursive."
1390-
keywordDescriptionReturn,"Used toindicate a valueto provide asthe result ofa computation expression."
1391-
keywordDescriptionReturnBang,"Used toindicate a computation expression that, when evaluated, provides the result of thecontaining computation expression."
1390+
keywordDescriptionReturn,"Used toprovide a valueforthe result ofthe containing computation expression."
1391+
keywordDescriptionReturnBang,"Used toprovide avalue for the result of the containingcomputation expression, where that value itself comes from theresult another computation expression."
13921392
keywordDescriptionSelect,"Used in query expressions to specify what fields or columns to extract. Note that this is a contextual keyword, which means that it is not actually a reserved word and it only acts like a keyword in appropriate context."
13931393
keywordDescriptionStatic,"Used to indicate a method or property that can be called without an instance of a type, or a value member that is shared among all instances of a type."
13941394
keywordDescriptionStruct,"Used to declare a structure type. Also used in generic parameter constraints. Used for OCaml compatibility in module definitions."
@@ -1398,7 +1398,7 @@ keywordDescriptionTry,"Used to introduce a block of code that might generate an
13981398
keywordDescriptionType,"Used to declare a class, record, structure, discriminated union, enumeration type, unit of measure, or type abbreviation."
13991399
keywordDescriptionUpcast,"Used to convert to a type that is higher in the inheritance chain."
14001400
keywordDescriptionUse,"Used instead of let for values that require Dispose to be called to free resources."
1401-
keywordDescriptionUseBang,"Used instead of let! inasynchronous workflows and othercomputation expressions for values that require Dispose to be called to free resources."
1401+
keywordDescriptionUseBang,"Used instead of let! in computation expressions for values that require Dispose to be called to free resources."
14021402
keywordDescriptionVal,"Used in a signature to indicate a value, or in a type to declare a member, in limited situations."
14031403
keywordDescriptionVoid,"Indicates the .NET void type. Used when interoperating with other .NET languages."
14041404
keywordDescriptionWhen,"Used for Boolean conditions (when guards) on pattern matches and to introduce a constraint clause for a generic type parameter."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp