Skip to content

Commit eb0e706

Browse files
typos
1 parent 8c9c4fc commit eb0e706

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

hol/polygram/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ type the following:
108108

109109

110110

111-
For checking MTBDD only (Table I)
111+
For checking MTBDD only (Table I) bdd_test_cases have three theorems
112+
policy_trans_fwd
113+
policy_trans_fwd_proof
114+
policy_BDD
112115
113116

114117
to exit holmode:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
signature fwd_proof_cakeLib =
1+
signature bdd_policy_cakeLib =
22
sig
33
include Abbrev
44

55

6-
val convert_arith_policy_to_interval_tables_cake : term * term * term * term * term * string -> thm
6+
val convert_arith_policy_to_bdd : term * term * term * term * term * string -> thm
77

88

99
end

0 commit comments

Comments
 (0)