-
**Submitted by Gustavo Guerra on 3/21/2014 12:00:00 AM**
**131 votes on UserVoice prior to migration**
Optional and named parameters are supported in static methods, but not in let bindings on mo…
-
Hello Zaid, I encountered an error when passing an Aether optic (two functions in a tuple).
The function with the ReactComponent is compiled to javascript correctly. But the argument is not passed …
-
-
Bar chart does not show a bar when stackId is specified. When you remove stackId the bar is revealed. Tooltips show that the bar exists it is just not shown. I realize that this may be due to a comple…
-
Lamda currently depends on _LoDash_ for the functions `compose` and `curry`, I propose to depend on **Ramda** instead. The reason: string representation of functions.
Currently the string representat…
-
e.g.
```R
gen.map (
as.data.frame,
list( as = gen.c.of(n, gen.element(1:10) )
, bs = gen.c.of(n, gen.element(10:20) )
)
)
```
Having the data as the last arg…
-
`sequence(Either.of, [Either.of('wing')]); // Right(['wing'])` : how is this supposed to work? Array does not have `.sequence`.
`sequence(Either.of, new List([Either.of("wing")]))` might work here.
…
-
`lens-Control.Lens.Traversal` offers a function called `confusing`, which is *not* quite what you'd want here. But its machinery is another story. If you replace your `Boggle` with
```haskell
newt…
-
The past few times I've tried to take a photo of a meal, I've been told that my image is too racy. Even with a dozen different angles, the same every time.
Steps to reproduce the behavior:
1. Take p…
-
[RFC FS-1073](https://github.com/fsharp/fslang-design/blob/master/RFCs/FS-1073-record-constructors.md)
### F# has concise syntax for defining records:
```fsharp
type PensionData =
{ Name:str…