Last change
on this file since 1547 was
1378,
checked in by sacerdot, 9 years ago
|
New file LIN/joint_LTL_LIN.ma to factorize out the syntactic parameters shared
by LTL and LIN.
|
File size:
398 bytes
|
Rev | Line | |
---|
[1378] | 1 | include "LIN/joint_LTL_LIN.ma". |
---|
[722] | 2 | |
---|
[1378] | 3 | definition ltl_params_ : params_ ≝ graph_params_ ltl_lin_params__. |
---|
| 4 | definition ltl_params: ∀globals. params globals ≝ graph_params ltl_lin_params1. |
---|
[1168] | 5 | |
---|
[1246] | 6 | definition ltl_statement ≝ joint_statement ltl_params_. |
---|
[1233] | 7 | definition ltl_program ≝ joint_program ltl_params. |
---|
[1271] | 8 | |
---|
[1281] | 9 | definition ltl_internal_function ≝ |
---|
[1378] | 10 | λglobals. joint_internal_function … (ltl_params globals). |
---|
Note: See
TracBrowser
for help on using the repository browser.