We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d367ed8 commit 3126f50Copy full SHA for 3126f50
lambda-buffers-compiler/src/LambdaBuffers/Compiler/KindCheck.hs
@@ -30,6 +30,8 @@ import LambdaBuffers.Compiler.KindCheck.Inference (
30
31
import Control.Monad (void)
32
import Data.Traversable (for)
33
+
34
+import LambdaBuffers.Common.ProtoCompat ()
35
import Proto.Compiler (
36
Product'NTuple,
37
Product'Product (Product'Ntuple, Product'Record'),
@@ -61,7 +63,6 @@ import Proto.Compiler_Fields as PF (
61
63
tyBody,
62
64
tyFunc,
65
tyName,
- tyVars,
66
varName,
67
)
68
0 commit comments