Skip to content

Commit

Permalink
fix Cryptol primitives module name in translation (#187)
Browse files Browse the repository at this point in the history
It was incorrectly set in f0ed599.
  • Loading branch information
Ptival authored Mar 30, 2021
1 parent 88e51ea commit 9f0af8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ sawVectorDefinitionsModule (TranslationConfiguration {..}) =
mkModuleName [vectorModule]

cryptolPrimitivesModule :: ModuleName
cryptolPrimitivesModule = mkModuleName ["CryptolPrimitivesForSAWCORE"]
cryptolPrimitivesModule = mkModuleName ["CryptolPrimitivesForSAWCore"]

sawCoreScaffoldingModule :: ModuleName
sawCoreScaffoldingModule = mkModuleName ["SAWCoreScaffolding"]
Expand Down

0 comments on commit 9f0af8c

Please sign in to comment.