Skip to content

Commit 3beefca

Browse files
committed
comment: fix to address proper Issue/PR.
1 parent 2024835 commit 3beefca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cryptol-saw-core/src/CryptolSAWCore/CryptolEnv.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,8 @@ updateFFITypes m eTermEnv' eFFITypes' =
585585
-- - submodules are not handled correctly below.
586586
-- - the code is duplicating functionality that we have with `importModule`
587587
-- TODO:
588-
-- - new design in PR#2569 should replace this function such that the
589-
-- fundamental work is done via `importModule`.
588+
-- - new design in PR #2593 (addressing issue #2569) should replace
589+
-- this function so that the fundamental work is done via `importModule`.
590590

591591
bindCryptolModule :: (P.ModName, CryptolModule) -> CryptolEnv -> CryptolEnv
592592
bindCryptolModule (modName, CryptolModule sm tm) env =

0 commit comments

Comments
 (0)