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
|
Line | |
---|
1 | include "LIN/joint_LTL_LIN.ma". |
---|
2 | |
---|
3 | definition ltl_params_ : params_ ≝ graph_params_ ltl_lin_params__. |
---|
4 | definition ltl_params: ∀globals. params globals ≝ graph_params ltl_lin_params1. |
---|
5 | |
---|
6 | definition ltl_statement ≝ joint_statement ltl_params_. |
---|
7 | definition ltl_program ≝ joint_program ltl_params. |
---|
8 | |
---|
9 | definition ltl_internal_function ≝ |
---|
10 | λglobals. joint_internal_function … (ltl_params globals). |
---|
Note: See
TracBrowser
for help on using the repository browser.