Skip to content

Commit

Permalink
haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Jan 10, 2025
1 parent 4ae2dcb commit c28bbc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c28bbc3

Please sign in to comment.