Last change
on this file since 3003 was
2858,
checked in by sacerdot, 8 years ago
|
Trying to pretty print the code graph in visit order.
Slightly bugged ATM, IKD why.
|
File size:
1.2 KB
|
Line | |
---|
1 | (**************************************************************************) |
---|
2 | (* ___ *) |
---|
3 | (* ||M|| *) |
---|
4 | (* ||A|| A project by Andrea Asperti *) |
---|
5 | (* ||T|| *) |
---|
6 | (* ||I|| Developers: *) |
---|
7 | (* ||T|| The HELM team. *) |
---|
8 | (* ||A|| http://helm.cs.unibo.it *) |
---|
9 | (* \ / *) |
---|
10 | (* \ / This file is distributed under the terms of the *) |
---|
11 | (* v GNU General Public License Version 2 *) |
---|
12 | (* *) |
---|
13 | (**************************************************************************) |
---|
14 | |
---|
15 | include "joint/joint_printer.ma". |
---|
16 | include "LTL/LTL.ma". |
---|
17 | |
---|
18 | definition print_LTL_program: |
---|
19 | ∀string. printing_params string LTL → ltl_program → |
---|
20 | list (ident × (list string)) ≝ |
---|
21 | λstring,pp,prog. print_joint_program … pp prog (graph_code_iteration_params … pp). |
---|
Note: See
TracBrowser
for help on using the repository browser.