Skip to content

Commit

Permalink
do not group deriving statements
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Nov 20, 2024
1 parent 057fdbb commit 58d1063
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Juvix/Compiler/Concrete/Extra.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ groupStatements = \case
-- blank line
g :: Statement s -> Statement s -> Bool
g a b = case (a, b) of
(StatementDeriving _, StatementDeriving _) -> True
(StatementDeriving _, _) -> False
(StatementSyntax _, StatementSyntax _) -> True
(StatementSyntax (SyntaxFixity _), _) -> False
Expand Down

0 comments on commit 58d1063

Please sign in to comment.