Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crux-mir-comp/src/Mir/Cryptol.hs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ loadCryptolFunc col sig modulePath name = do
ce' <- liftIO $ SAW.importModule sc ce (Right modName) Nothing SAW.PublicAndPrivate Nothing
liftIO (writeIORef (mirCryEnv mirState) ce')
-- (m, _ce') <- liftIO $ SAW.loadCryptolModule sc ce (Text.unpack modulePath)
-- tt <- liftIO $ SAW.lookupCryptolModule m (Text.unpack name)
-- tt <- liftIO $ SAW.extractDefFromCryptolModule m (Text.unpack name)
tt <- liftIO $ SAW.parseTypedTerm sc ce' $
SAW.InputText name "<string>" 1 1

Expand Down
Loading
Loading