Skip to content

Commit fbddc25

Browse files
Bump submodules to most recent releases.
Cryptol - 3.2 Crucible - Crux v0.9 llvm-pretty - 0.12.1 llvm-pretty-bc-parser - 0.4.2 Added P.mDocTop to rmodule due to update in Cryptol see PR #1726 in Cryptol
1 parent 781a2f1 commit fbddc25

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

cryptol-saw-core/src/Verifier/SAW/CryptolEnv.hs

+1
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ parseDecls sc env input = do
671671
let rmodule = P.Module { P.mName = P.Located P.emptyRange interactiveName
672672
, P.mDef = P.NormalModule rdecls
673673
, P.mInScope = mempty
674+
, P.mDocTop = Nothing
674675
}
675676

676677
-- Infer types

deps/cryptol

Submodule cryptol updated 65 files

0 commit comments

Comments
 (0)