Skip to content

Commit

Permalink
Merge pull request #1086 from GaloisInc/fix-coq-import-bug
Browse files Browse the repository at this point in the history
fix coq import bug (SAWVector.. -> SAWCoreVector..)
  • Loading branch information
ajayeeralla authored Feb 24, 2021
2 parents 7b71012 + 919d605 commit e3a317a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SAWScript/Prover/Exporter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ coqTranslationConfiguration notations skips = Coq.TranslationConfiguration
{ Coq.notations = notations
, Coq.monadicTranslation = False
, Coq.skipDefinitions = skips
, Coq.vectorModule = "SAWVectorsAsCoqVectors"
, Coq.vectorModule = "SAWCoreVectorsAsCoqVectors"
}

writeCoqTerm ::
Expand Down

0 comments on commit e3a317a

Please sign in to comment.