-
> The following bug was [originally reported](https://sourceforge.net/p/overture/bugs/148/) on Sourceforge by [nick_battle](https://sourceforge.net/u/nick_battle/profile/), 2012-07-11 12:37:52.641000:…
-
[(Ported from Roslyn Repo)](https://github.com/dotnet/roslyn/issues/13440)
Is VB going to support patterns?
What about guard clauses? eg `Case ... .... When boolEpxr`
What about type matching an…
-
```fsharp
let _ =
match obj() with
| x -> ()
| _ -> ()
| _ -> ()
```
results with proper warnings:
![image](https://user-images.githubusercontent.com/873919/60960179-31b20580…
-
I just wanted to know if we can all agree to a code style? Like naming conventions, indentation and such? So I'm just gonna throw this into here, correct me if I'm wrong.
Personally I'm completely …
-
### Motivation for the feature
The current license (MIT) just asks to include the copyright notice:
```
The above copyright notice and this permission notice shall be included in all copies or subs…
-
Hello,
I've been really enjoying using gradient, thank you for the work! I've encountered this error today when running `mix gradient`
```elixir
(FunctionClauseError) no function clause matchin…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
![…
-
The following code compiled with singletons-1.0
```
{-# LANGUAGE DataKinds,
GADTs, KindSignatures, PolyKinds,
ScopedTypeVariables, TemplateHaskell, TypeFamilies,
…
-
## multiple_show_or_hide
A lint against using constructs like `show ... show ...` or `show ... hide ...` in imports or exports.
## Description
Use at most one `show` or `hide` clause in an im…
-
Hello,
I noticed the following strange behavior: match clauses seem to be in some cases usable and not completely disabled.
It can be demonstrated with the following minimal example.
```fstar
modu…