Skip to content

Commit c90bb2b

Browse files
committed
Removed redundant imports
1 parent e6824cb commit c90bb2b

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

lambda-buffers-compiler/src/LambdaBuffers/Compiler/TypeClassCheck.hs

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,7 @@ import Data.List (foldl')
99
import Data.Map qualified as M
1010
import Data.Text (Text)
1111
import LambdaBuffers.Compiler.ProtoCompat.Types (
12-
ClassDef (ClassDef),
13-
ClassName (ClassName),
14-
Constraint (Constraint),
15-
Kind (Kind),
16-
KindRefType (KType),
17-
KindType (KindRef),
18-
LocalRef (LocalRef),
19-
SourceInfo (SourceInfo),
20-
SourcePosition (SourcePosition),
21-
Ty (TyRefI),
22-
TyArg (TyArg),
23-
TyName (TyName),
24-
TyRef (LocalI),
25-
VarName (VarName),
12+
ClassDef (),
2613
)
2714
import Prettyprinter (
2815
Doc,

0 commit comments

Comments
 (0)