Skip to content

Commit 919d605

Browse files
author
Ajay Kumar Eeralla
committed
fix the submodule conflit and fix the coq import bug
2 parents a4d3c76 + 8717561 commit 919d605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SAWScript/Prover/Exporter.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ coqTranslationConfiguration notations skips = Coq.TranslationConfiguration
280280
{ Coq.notations = notations
281281
, Coq.monadicTranslation = False
282282
, Coq.skipDefinitions = skips
283-
, Coq.vectorModule = "SAWVectorsAsCoqVectors"
283+
, Coq.vectorModule = "SAWCoreVectorsAsCoqVectors"
284284
}
285285

286286
writeCoqTerm ::

0 commit comments

Comments
 (0)