Gustavo Leon
Gustavo Leon
``` > [1..1000] ;; val it: int list = [1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; 21;...
The idea is to have some nice properties enabled, as long as they make sense.
As from F# 8 we will be able to add static members to interfaces. In theory, we no longer need to declare our interfaces upfront and add their static members...
Hi @rspeele We're interested in moving this to FsProjects as we have contributors doing improvements and trying to use it in production. Also we'll need you to add the FsProjects...
Use F#+
Hi @battermann At the time you did this interesting experiment, [F#+ didn't support Free Monads](http://fsprojects.github.io/FSharpPlus//type-free.html), but now it does and I tried to use it to generalize the patterns, together...
### Description This library seems to be easy to integrate with F#+ we just need to add the required static members, no need to add any dependency. ### Repro steps...
`build RunTests` is no longer valid.
### Description Adding a nuget to the Test project using paket fails due to a conflict of FSharp.Core versions ### Repro steps 1. After cloning, run build as stated in...
This is mainly a CI test.
This bug is not about taking the wrong overload, which is an ongoing problem not easy to solve, but about returning a value not corresponding to any of the overloads....