Tyson Williams
Tyson Williams
This issue is a spin off of https://github.com/hedgehogqa/fsharp-hedgehog/pull/238#discussion_r563175602 Recall that the type `'a -> 'b` is (covariant) functor in `'b`. The `map` function for this functor is function composition (which...
Given our current implementation, is it possible to define a function with signature ```fsharp 'a -> Gen ``` that returns the shrink tree that the generator would use if the...
I am confused by our `Gen.map{n}` and `Gen.zip[n]` functions. https://github.com/hedgehogqa/fsharp-hedgehog/blob/00e45b73453fa3dab4bc4025f0fea5e71eab9659/src/Hedgehog/Gen.fs#L59-L93 Scott Wlaschin [says](https://fsharpforfunandprofit.com/posts/elevated-world/#zip) that `zip` and `map2` are different names for the same function. However, we have defined `zip` as...
**FastHub Version: 4.7.3** **Android Version: 7.0 (SDK: 24)** **Device Information:** - **Manufacturer:** LGE - **Brand:** lge - **Model:** LG K20 V --- FastHub cashes for me when opening https://github.com/elmish/Elmish.WPF/issues/139#issuecomment-674378384. There...
### Description Consider PR https://github.com/hedgehogqa/fsharp-hedgehog/pull/314. Our tests pass when using the standard F# complier (fsc) when the configuration is `Release`, which means the compiler will perform tail call elimination/optimization. The...
There are several improvements that I would like to see the samples. To make it easier for other to help improve the samples, this issue will be an [epic](https://www.atlassian.com/agile/project-management/epics) with...
This issue spun out of https://github.com/elmish/Elmish.WPF/issues/141#issuecomment-538105026. The general question is > Is it possible to improve type safety by using XAML type provider?
Branch [`v4`](https://github.com/elmish/Elmish.WPF/tree/v4) contains these new features. - [x] PR #256 - Remove the `wrapDispatch` feature (which was proposed in #114 and implemented in #118) so that we can add the...
I just discovered that @xperiandri forked Elmish.WPF to create [Elmish.Uno](https://github.com/xperiandri/Elmish.Uno). That is great! I don't know anything about Uno, but I have long thought that much of the code in...
Add the [Fantomas code formatter](https://github.com/fsprojects/fantomas/#fantomas), which is now recommended by the [F# code formatting guidelines](https://docs.microsoft.com/en-us/dotnet/fsharp/style-guide/formatting#use-an-automatic-code-formatter).