Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dorchard committed Sep 12, 2024
1 parent 3e780d5 commit 37db045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Language/Fortran/Analysis/DataFlow.hs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ genConstExpMap pf = ceMap
-- Generate map of information about 'constant expressions'.
ceMap = IM.fromList [ (label, doExpr e) | e <- universeBi pf, Just label <- [labelOf e] ]

-- Initial map of parameteri declarations
-- Initial map of parameter declarations
pvMap :: M.Map Name Repr.FValue
pvMap = execState (recursivelyProcessDecls declarations) M.empty

Expand Down

0 comments on commit 37db045

Please sign in to comment.