konst-sh

Results 10 comments of konst-sh

to me also the tuple between `fun` and ` ->` looks unambiguous enough to interpret it as function argument pattern, but it may cause problems if `fun` will become optional...

So I'm trying a trivial generic vector implementation in F#6.0 and hitting this error instantaneously. ``` type Vector ([] v: 't array) = member inline _.components = v ``` error...

@abelbraaksma In the [SRTP chapter](https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/generics/statically-resolved-type-parameters) I see the examples of class declarations with inline static members, while in usage comparison table above it is said that SRTP cannot be used...

@abelbraaksma the snippet with your corrections still reports the same error for me in FSI, what F# version are you trying?

@abelbraaksma for some reason it doesn’t work for me, the F# Interactive settings are the same, lang version is 6.0 — should be the latest 

@abelbraaksma I’m getting the same error if trying to compile it from .fs file

@abelbraaksma Hope I’ve made it correctly, here is the link to the project zip: https://drive.google.com/file/d/1zBMsKxzMlTL9lKbHkvz50zziKXEEEpbA/view?usp=sharing I’ve installed all the recommended packages and updates and NET SDK that VS installer offers,...

@abelbraaksma Thanks, making it private seem to solve it, though without private it doesn't commits in interactive still for me.

I think I'm experiencing the same issue. @shaigem could you push a fixed release please?

I'm actually also interested in this question. We should be able to run the app in debug mode in the localhost, I assume we should have IIS Express run option...