Skip to content

Commit 3126f50

Browse files
committed
WIP
1 parent d367ed8 commit 3126f50

File tree

1 file changed

+2
-1
lines changed
  • lambda-buffers-compiler/src/LambdaBuffers/Compiler

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ import LambdaBuffers.Compiler.KindCheck.Inference (
3030

3131
import Control.Monad (void)
3232
import Data.Traversable (for)
33+
34+
import LambdaBuffers.Common.ProtoCompat ()
3335
import Proto.Compiler (
3436
Product'NTuple,
3537
Product'Product (Product'Ntuple, Product'Record'),
@@ -61,7 +63,6 @@ import Proto.Compiler_Fields as PF (
6163
tyBody,
6264
tyFunc,
6365
tyName,
64-
tyVars,
6566
varName,
6667
)
6768

0 commit comments

Comments
 (0)