From c28bbc3abd4ed43e0a008768ec501b199cd805fc Mon Sep 17 00:00:00 2001 From: Lukasz Czajka Date: Fri, 10 Jan 2025 16:30:18 +0100 Subject: [PATCH] haddock --- .../Compiler/Tree/Transformation/Optimize/ConvertUnaryCalls.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Juvix/Compiler/Tree/Transformation/Optimize/ConvertUnaryCalls.hs b/src/Juvix/Compiler/Tree/Transformation/Optimize/ConvertUnaryCalls.hs index e7c3c98250..e7455fdc37 100644 --- a/src/Juvix/Compiler/Tree/Transformation/Optimize/ConvertUnaryCalls.hs +++ b/src/Juvix/Compiler/Tree/Transformation/Optimize/ConvertUnaryCalls.hs @@ -6,7 +6,7 @@ import Juvix.Compiler.Tree.Extra.Recursors import Juvix.Compiler.Tree.Extra.Type import Juvix.Compiler.Tree.Transformation.Base --- Replaces generic calls (with CallClosures) to unknown unary functions with +-- | Replaces generic calls (with CallClosures) to unknown unary functions with -- known non-function target types by direct closure calls (with Call) convertUnaryCalls :: InfoTable -> InfoTable convertUnaryCalls tab = mapT convert tab