1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-02 23:43:01 +03:00
juvix/tests/negative/issue1337
Paul Cadman 327cfaa0f6
Remove duplicated implicit pattern check from scoper (#2357)
This PR removes the CaseBranchImplicit error from the scoper. This error
is already handled in the arity/typechecker with a good error message:

 The arity checker error message for

```
   case b of {
      | {{true}} := false
```
is 

```
Expected an explicit pattern but found an implicit instance pattern: {{true}}
```

* Closes https://github.com/anoma/juvix/issues/2356
2023-09-13 12:16:05 +02:00
..
Braces.juvix Format juvix files using new function syntax (#2245) 2023-07-11 17:22:07 +02:00
DoubleBraces.juvix Remove duplicated implicit pattern check from scoper (#2357) 2023-09-13 12:16:05 +02:00
juvix.yaml Curly braces are allowed nested in patterns (#1380) 2022-07-20 10:33:52 +02:00