File tree Expand file tree Collapse file tree 4 files changed +548
-2
lines changed Expand file tree Collapse file tree 4 files changed +548
-2
lines changed Original file line number Diff line number Diff line change
1
+ *** Checker.sml 2018-03-20 15:06:22.000000000 +0100
2
+ --- Checker_int.sml 2018-03-20 15:06:14.000000000 +0100
3
+ ***************
4
+ *** 80,87 ****
5
+ end
6
+
7
+
8
+ ! val to_int = Int_of_integer o IntInf.fromInt
9
+ ! val to_nat = nat_of_integer o IntInf.fromInt
10
+ val nat_of_int = nat_of_integer o integer_of_int
11
+
12
+
13
+ --- 80,87 ----
14
+ end
15
+
16
+
17
+ ! val to_int = Int_of_integer o Int.fromInt
18
+ ! val to_nat = nat_of_integer o Int.fromInt
19
+ val nat_of_int = nat_of_integer o integer_of_int
20
+
21
+
22
+ ***************
23
+ *** 259,265 ****
24
+ if !debug_level >= 3 then
25
+ println (
26
+ "\n"
27
+ ! ^ list_to_string (list_to_string (list_to_string (IntInf.toString o integer_of_nat))) k
28
+ ^ "\n"
29
+ )
30
+ else ()
31
+ --- 259,265 ----
32
+ if !debug_level >= 3 then
33
+ println (
34
+ "\n"
35
+ ! ^ list_to_string (list_to_string (list_to_string (Int.toString o integer_of_nat))) k
36
+ ^ "\n"
37
+ )
38
+ else ()
Original file line number Diff line number Diff line change 1
- all : munta.mlb UPPAAL_Model_Checker_patched.sml
1
+ all : munta
2
+
3
+ munta : munta.mlb UPPAAL_Model_Checker_patched.sml
2
4
mlton munta.mlb
3
5
chmod +x munta
4
6
7
+ munta_int : munta_int.mlb Checker_int.sml UPPAAL_Model_Checker_int.sml
8
+ mlton -output munta_int munta_int.mlb
9
+ chmod +x munta_int
10
+
5
11
UPPAAL_Reachability_Checker_patched.sml : UPPAAL_Reachability_Checker.sml
6
12
patch -i postprocessing.patch -o UPPAAL_Reachability_Checker_patched.sml
7
13
8
14
UPPAAL_Model_Checker_patched.sml : UPPAAL_Model_Checker.sml
9
- patch -i postprocessing_mc.patch -o UPPAAL_Model_Checker_patched.sml
15
+ patch -i postprocessing_mc.patch -o UPPAAL_Model_Checker_patched.sml
16
+
17
+ Checker_int.sml : Checker.sml
18
+ patch -i Checker_int.patch -o Checker_int.sml
19
+
20
+ UPPAAL_Model_Checker_int.sml : UPPAAL_Model_Checker_patched.sml
21
+ patch -i UPPAAL_Model_Checker_int.patch -o UPPAAL_Model_Checker_int.sml UPPAAL_Model_Checker_patched.sml
22
+
23
+ munta_int.mlb : munta.mlb
24
+ patch -i munta_int.patch -o munta_int.mlb
You can’t perform that action at this time.
0 commit comments