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 ee0ce8b commit d131862Copy full SHA for d131862
lambda-buffers-compiler/src/LambdaBuffers/Compiler/KindCheck.hs
@@ -268,7 +268,7 @@ tyAbsLHS2Kind :: PC.TyAbs -> Kind
268
tyAbsLHS2Kind tyAbs = foldWithArrow $ pKind2Kind . (\x -> x ^. #argKind) <$> toList (tyAbs ^. #tyArgs)
269
270
foldWithArrow :: [Kind] -> Kind
271
-foldWithArrow = foldl (:->:) Type
+foldWithArrow = foldr (:->:) Type
272
273
-- ================================================================================
274
-- To Kind Conversion functions
0 commit comments