Skip to content

Commit a31b618

Browse files
changed the names of the files that compiles the input with cakeML
1 parent 25a1dbc commit a31b618

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

hol/policy_to_table/bdd_cake_trans/fwd_proof_cakeLib.sig renamed to hol/policy_to_table/bdd_cake_trans/fwd_proof_cake_w_IOLib.sig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
signature fwd_proof_cakeLib =
1+
signature fwd_proof_w_IOcakeLib =
22
sig
33
include Abbrev
44

hol/policy_to_table/bdd_cake_trans/fwd_proof_cakeLib.sml renamed to hol/policy_to_table/bdd_cake_trans/fwd_proof_cake_w_IOLib.sml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
structure fwd_proof_cakeLib :> fwd_proof_cakeLib = struct
1+
structure fwd_proof_w_IOcakeLib :> fwd_proof_w_IOcakeLib = struct
22

33

44
open HolKernel boolLib liteLib simpLib Parse bossLib pairLib;
@@ -57,7 +57,10 @@ open apply_trans_to_IOLib;
5757

5858

5959

60-
fun convert_arith_policy_to_interval_tables_cake (arith_policy, policy_me, test_pd_type, policy_full_order, policy_order) =
60+
fun convert_arith_policy_to_interval_tables_cake_w_IO (arith_policy, policy_me, test_pd_type, policy_full_order, policy_order) =
61+
62+
(* this compiles the input with cakeML It takes a very longer time, so I created a parser in CakeML, This should be in fwd_proof_cakeLib file*)
63+
6164

6265
let
6366

0 commit comments

Comments
 (0)