Skip to content

Commit

Permalink
Get Candle semantics to build again
Browse files Browse the repository at this point in the history
  • Loading branch information
myreen committed Jun 8, 2020
1 parent 3906239 commit 8366cf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions candle/standard/semantics/holAxiomsScript.sml
Expand Up @@ -6,6 +6,8 @@ open preamble holBoolTheory holBoolSyntaxTheory
holSyntaxLibTheory holSyntaxTheory holSyntaxExtraTheory holAxiomsSyntaxTheory
setSpecTheory holSemanticsTheory holSemanticsExtraTheory holExtensionTheory

val _ = temp_delsimps ["NORMEQ_CONV"]

val _ = new_theory"holAxioms"

Overload A[local] = ``Tyvar (strlit "A")``
Expand Down
2 changes: 2 additions & 0 deletions candle/standard/semantics/holBoolScript.sml
Expand Up @@ -5,6 +5,8 @@
open preamble holSyntaxLibTheory holSyntaxTheory holSyntaxExtraTheory holBoolSyntaxTheory
holSemanticsTheory holSemanticsExtraTheory setSpecTheory

val _ = temp_delsimps ["NORMEQ_CONV"]

val _ = new_theory"holBool"

val _ = Parse.hide "mem";
Expand Down

0 comments on commit 8366cf8

Please sign in to comment.