source:
driver/extracted/lIN_semantics.ml
@
3106
Last change on this file since 3106 was 2951, checked in by , 7 years ago | |
---|---|
File size: 1.5 KB |
Line | |
---|---|
1 | open Preamble |
2 | |
3 | open ExtraMonads |
4 | |
5 | open Deqsets_extra |
6 | |
7 | open State |
8 | |
9 | open Bind_new |
10 | |
11 | open BindLists |
12 | |
13 | open Blocks |
14 | |
15 | open TranslateUtils |
16 | |
17 | open ExtraGlobalenvs |
18 | |
19 | open I8051bis |
20 | |
21 | open BEMem |
22 | |
23 | open Events |
24 | |
25 | open IOMonad |
26 | |
27 | open IO |
28 | |
29 | open Joint_semantics |
30 | |
31 | open SemanticsUtils |
32 | |
33 | open Extra_bool |
34 | |
35 | open Coqlib |
36 | |
37 | open Values |
38 | |
39 | open FrontEndVal |
40 | |
41 | open GenMem |
42 | |
43 | open FrontEndMem |
44 | |
45 | open Globalenvs |
46 | |
47 | open String |
48 | |
49 | open Sets |
50 | |
51 | open Listb |
52 | |
53 | open LabelledObjects |
54 | |
55 | open BitVectorTrie |
56 | |
57 | open Graphs |
58 | |
59 | open I8051 |
60 | |
61 | open Order |
62 | |
63 | open Registers |
64 | |
65 | open CostLabel |
66 | |
67 | open Hide |
68 | |
69 | open Proper |
70 | |
71 | open PositiveMap |
72 | |
73 | open Deqsets |
74 | |
75 | open ErrorMessages |
76 | |
77 | open PreIdentifiers |
78 | |
79 | open Errors |
80 | |
81 | open Extralib |
82 | |
83 | open Lists |
84 | |
85 | open Identifiers |
86 | |
87 | open Integers |
88 | |
89 | open AST |
90 | |
91 | open Division |
92 | |
93 | open Exp |
94 | |
95 | open Arithmetic |
96 | |
97 | open Setoids |
98 | |
99 | open Monad |
100 | |
101 | open Option |
102 | |
103 | open Extranat |
104 | |
105 | open Vector |
106 | |
107 | open Div_and_mod |
108 | |
109 | open Jmeq |
110 | |
111 | open Russell |
112 | |
113 | open List |
114 | |
115 | open Util |
116 | |
117 | open FoldStuff |
118 | |
119 | open BitVector |
120 | |
121 | open Types |
122 | |
123 | open Bool |
124 | |
125 | open Relations |
126 | |
127 | open Nat |
128 | |
129 | open Hints_declaration |
130 | |
131 | open Core_notation |
132 | |
133 | open Pts |
134 | |
135 | open Logic |
136 | |
137 | open Positive |
138 | |
139 | open Z |
140 | |
141 | open BitVectorZ |
142 | |
143 | open Pointers |
144 | |
145 | open ByteValues |
146 | |
147 | open BackEndOps |
148 | |
149 | open Joint |
150 | |
151 | open Joint_LTL_LIN |
152 | |
153 | open Joint_LTL_LIN_semantics |
154 | |
155 | open LIN |
156 | |
157 | (** val lIN_semantics : Joint_semantics.sem_params **) |
158 | let lIN_semantics = |
159 | SemanticsUtils.sem_lin_params_to_sem_params { SemanticsUtils.slp_pars = |
160 | (Joint.lp_to_p__o__stmt_pars__o__uns_pars LIN.lIN); |
161 | SemanticsUtils.slp_sup = (fun _ -> |
162 | Joint_LTL_LIN_semantics.lTL_LIN_semantics); |
163 | SemanticsUtils.lin_pre_main_generator = LIN.lIN_premain } |
164 |
Note: See TracBrowser
for help on using the repository browser.