We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2024835 commit 3beefcaCopy full SHA for 3beefca
cryptol-saw-core/src/CryptolSAWCore/CryptolEnv.hs
@@ -585,8 +585,8 @@ updateFFITypes m eTermEnv' eFFITypes' =
585
-- - submodules are not handled correctly below.
586
-- - the code is duplicating functionality that we have with `importModule`
587
-- TODO:
588
--- - new design in PR#2569 should replace this function such that the
589
--- fundamental work is done via `importModule`.
+-- - new design in PR #2593 (addressing issue #2569) should replace
+-- this function so that the fundamental work is done via `importModule`.
590
591
bindCryptolModule :: (P.ModName, CryptolModule) -> CryptolEnv -> CryptolEnv
592
bindCryptolModule (modName, CryptolModule sm tm) env =
0 commit comments