kerams
kerams
Yeah, I can try asking on the community forums (I do not have access to prioritized support channels), but the chances that I'll get an official response are low. Can...
A classic example that comes to mind. ```fsharp let x item = match item with | Some item -> () | _ -> () ``` But I get how shadowing...
I missed 'same indent level' in your original comment, but truth be told, I find it less of an issue than shadowing across scopes. You can filter some data in...
I agree the situation is not ideal, but if the variable is captured, you will see it under `this` or you can move up the stack a little bit.
Ah, you're right. Tasks seem to be better in this regard 
Yeah, it was mostly just a toy and is not .NET Core compatible at its current state. Shouldn't be too hard to migrate and convert it to a proper dotnet...
This is done.
@dsyme, does the approval extend to support for arithmetics in enum definitions? ```fsharp type E = | A = 1
https://github.com/fsharp/fslang-design/pull/723
This is done.