From e778aaf9a427e8af1cec89f5d164cdec9d0984aa Mon Sep 17 00:00:00 2001 From: Jan Mas Rovira Date: Tue, 19 Nov 2024 18:29:00 +0100 Subject: [PATCH] clean --- src/Juvix/Compiler/Internal/Translation/FromConcrete.hs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Juvix/Compiler/Internal/Translation/FromConcrete.hs b/src/Juvix/Compiler/Internal/Translation/FromConcrete.hs index 103318a96c..7220cc2351 100644 --- a/src/Juvix/Compiler/Internal/Translation/FromConcrete.hs +++ b/src/Juvix/Compiler/Internal/Translation/FromConcrete.hs @@ -43,11 +43,6 @@ import Juvix.Prelude import Juvix.Prelude.Stream qualified as Stream import Safe (lastMay) --- newtype ConstructorInfos = ConstructorInfos --- { _constructorInfos :: HashMap Internal.ConstructorName ConstructorInfo --- } --- deriving newtype (Semigroup, Monoid) - -- | Needed to generate field projections and deriving instances data LocalTable = LocalTable { _localInfoConstructors :: HashMap Internal.ConstructorName ConstructorInfo,