Last change
on this file since 1252 was
1252,
checked in by sacerdot, 10 years ago
|
graph_params added to joint/Joint.ma, together with useful common setters/getters
|
File size:
389 bytes
|
Line | |
---|
1 | include "joint/Joint.ma". |
---|
2 | include alias "common/Graphs.ma". |
---|
3 | |
---|
4 | definition ltl_params_: params_ ≝ |
---|
5 | mk_params_ (mk_params__ unit unit unit unit registers_move Register False unit unit unit) label. |
---|
6 | |
---|
7 | definition ltl_statement ≝ joint_statement ltl_params_. |
---|
8 | |
---|
9 | definition ltl_params: ∀globals. params globals ≝ graph_params ltl_params_. |
---|
10 | |
---|
11 | definition ltl_program ≝ joint_program ltl_params. |
---|
Note: See
TracBrowser
for help on using the repository browser.