summaryrefslogtreecommitdiff
path: root/backends/hol4/divDefLibTestTheory.sig
diff options
context:
space:
mode:
authorSon Ho2023-06-02 17:23:29 +0200
committerSon HO2023-06-04 21:54:38 +0200
commitdc46dbb9a01329c39673fedc195006745c365030 (patch)
treedf1c93fbb2cb6a0e4e7b534d2b624a3e2b999ad5 /backends/hol4/divDefLibTestTheory.sig
parent54afbf3a8b71ee729641ee3024d19aaf8fa92a67 (diff)
Update the HOL4 proofs for the last *release* version of HOL4
Diffstat (limited to '')
-rw-r--r--backends/hol4/divDefLibTestTheory.sig5
1 files changed, 0 insertions, 5 deletions
diff --git a/backends/hol4/divDefLibTestTheory.sig b/backends/hol4/divDefLibTestTheory.sig
index d8cc4ab5..2df28a2f 100644
--- a/backends/hol4/divDefLibTestTheory.sig
+++ b/backends/hol4/divDefLibTestTheory.sig
@@ -53,7 +53,6 @@ sig
val tree_distinct : thm
val tree_induction : thm
val tree_nchotomy : thm
- val tree_size_eq : thm
val divDefLibTest_grammars : type_grammar.grammar * term_grammar.grammar
(*
@@ -434,10 +433,6 @@ sig
⊢ ∀tt. (∃a. tt = TLeaf a) ∨ ∃n. tt = TNode n
- [tree_size_eq] Theorem
-
- ⊢ tree1_size f = list_size (tree_size f)
-
*)
end