mirror of
https://github.com/anoma/juvix.git
synced 2024-12-02 23:43:01 +03:00
327cfaa0f6
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 |
||
---|---|---|
.. | ||
Braces.juvix | ||
DoubleBraces.juvix | ||
juvix.yaml |