This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Live -> master (Live -> master #313)
Fix broken table (Fix broken table #269)
Fix code indentation (Fix code indentation #267)
corrected the output (corrected the output #276)
Update collections.array - fsharp .md (Update collections.array - fsharp .md #271)
fixed signature for copy function
fix and consolidate list.xyz2/xyz3 doc for input lists with different lengths (fix and consolidate list.xyz2/xyz3 doc #282)
Fix escape sequence. (Fix escape sequence. #285)
Add missing space (Add missing space #284)
Fix order of arguments in foldBack lambda (Fix order of arguments in foldBack lambda #286)
Running the following in F# Interactive will help explain why I believe this change is necessary:
The accumulator is the second argument in foldBack (contrary to fold where it is the first).
Positioning the arguments in reverse in an example is a great way to confuse a reader.
This also helps promote the fact that the state and list arguments to the folding function
are in the same order as their lambda counterparts.
Feel free to disagree :-).
atan2(y, x) is related to atan(y/x), not atan(x/y)
Fixed code formatting (Fixed code formatting in FSharpType #288)
Corrected prefix minus to prefix plus (Corrected prefix minus to prefix plus #289)
Added missing line break
Added missing line break to class definition of Microsoft.FSharp.Reflection.UnionCaseInfo
Removed Missing CustomOperationAttribute Issue Duplicated CustomOperationAttribute members #266
JoinConditionWord was Accidentally removed despite not being duplicated. Fixing this.
Fix typo in Array2D.init docs
Document that Map.pick can throw KeynotFoundException
Update async.startchild['t]-method-[fsharp].md
Specify timeout behaviour
Fix List.compareWith case
Update walkthrough-using-visual-fsharp-to-create,-debug,-and-deploy-an-application.md
Added treatment of null-values, and fixed incomplete text on IFormattable (Added treatment of null-values, and fixed incomplete text on IFormattable #301)
The
string
function casts toIFormattable
internally. The original text only mentioned integer and floating point values, but in fact, there are many more values in the BCL that implement IFormattable. I improved the text to be more precise.Furthermore, special treatment of
null
was not mentioned, I've added that. Expanded supported platforms, and fixed a typo.Thanks @Columpio
Clarified how ties are resolved (Clarified how ties are resolved #304)
Add except to list modules (Add except to list modules #305)
The except function added in fsharp/fslang-design#41 doesn't have a doc here.
Correcting the Return Value in list.partition['t]-function-[fsharp].md (Correcting the Return Value in list.partition['t]-function-[fsharp].md #309)
Fix broken table (Fix broken table #269)
Fix code indentation (Fix code indentation #267)
corrected the output (corrected the output #276)
Update collections.array - fsharp .md (Update collections.array - fsharp .md #271)
fixed signature for copy function
fix and consolidate list.xyz2/xyz3 doc for input lists with different lengths (fix and consolidate list.xyz2/xyz3 doc #282)
Fix escape sequence. (Fix escape sequence. #285)
Add missing space (Add missing space #284)
Fix order of arguments in foldBack lambda (Fix order of arguments in foldBack lambda #286)
Running the following in F# Interactive will help explain why I believe this change is necessary:
The accumulator is the second argument in foldBack (contrary to fold where it is the first).
Positioning the arguments in reverse in an example is a great way to confuse a reader.
This also helps promote the fact that the state and list arguments to the folding function
are in the same order as their lambda counterparts.
Feel free to disagree :-).
atan2(y, x) is related to atan(y/x), not atan(x/y)
Fixed code formatting (Fixed code formatting in FSharpType #288)
Corrected prefix minus to prefix plus (Corrected prefix minus to prefix plus #289)
Added missing line break
Added missing line break to class definition of Microsoft.FSharp.Reflection.UnionCaseInfo
Removed Missing CustomOperationAttribute Issue Duplicated CustomOperationAttribute members #266
JoinConditionWord was Accidentally removed despite not being duplicated. Fixing this.
Fix typo in Array2D.init docs
Document that Map.pick can throw KeynotFoundException
Update async.startchild['t]-method-[fsharp].md
Specify timeout behaviour
Update walkthrough-using-visual-fsharp-to-create,-debug,-and-deploy-an-application.md
Added treatment of null-values, and fixed incomplete text on IFormattable (Added treatment of null-values, and fixed incomplete text on IFormattable #301)
The
string
function casts toIFormattable
internally. The original text only mentioned integer and floating point values, but in fact, there are many more values in the BCL that implement IFormattable. I improved the text to be more precise.Furthermore, special treatment of
null
was not mentioned, I've added that. Expanded supported platforms, and fixed a typo.Update list.partition['t]-function-[fsharp].md
Fixed formatting of README (Fixed formatting of README #291)