Skip to content

Commit

Permalink
#626: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 12, 2024
1 parent eab71bd commit 1510512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-phi-normalizer/src/Language/EO/Phi/Rules/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ applyRulesChainWith limits@ApplicationLimits{..} obj
ctx <- getContext
if isNF ctx obj
then do
logStep "Normal form" obj
logStep "NF" obj
return obj
else do
(ruleName, obj') <- choose (applyOneRule ctx obj)
Expand Down

0 comments on commit 1510512

Please sign in to comment.