Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme authored May 17, 2018
1 parent 2e5caf0 commit 326ba21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Roadmap
* Make some small F# langauge improvements to improve code:
* Remove `yield` in more cases
* Automatically save function values that do not capture any arguments and consider making the `dispatch` function global (partly to avoid is being seen as a captured argument)
* Allow syntax `Xaml.Foo(prop1=expr1, [ // end of line`
* [Allow syntax `Xaml.Foo(prop1=expr1, [ // end of line`](https://github.com/Microsoft/visualfsharp/pull/4929)
* [`TryGetValue` on F# immutable map](https://github.com/Microsoft/visualfsharp/pull/4827/)
* Allow a default unnamed argument for `children` so the argument name doesn't have to be given explicitly
* Allow the use of struct options for optional arguments (to reduce allocations)
Expand Down

0 comments on commit 326ba21

Please sign in to comment.