Skip to content

Commit

Permalink
Rename a couple of example scripts away from doubleProg name
Browse files Browse the repository at this point in the history
This name is "taken" (particularly on case-insensitive file systems)
by basis/DoubleProg.
  • Loading branch information
mn200 committed Sep 12, 2022
1 parent 1afd9c2 commit c6c9b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -5,7 +5,7 @@ open preamble semanticPrimitivesTheory
ml_translatorTheory ml_translatorLib ml_progLib cfLib basisFunctionsLib
basisProgTheory

val _ = new_theory "doubleProg";
val _ = new_theory "doubleArgProg";

val _ = translation_extends "basisProg";

Expand Down
Expand Up @@ -5,7 +5,7 @@

open preamble ml_monad_translator_interfaceLib

val _ = new_theory "doubleProg"
val _ = new_theory "doubleArgProg"

val _ = patternMatchesLib.ENABLE_PMATCH_CASES();

Expand Down

0 comments on commit c6c9b17

Please sign in to comment.