source:
src/LTL/LTLToLIN_paolo.ma
@
2260
Last change on this file since 2260 was 2182, checked in by , 9 years ago | |
---|---|
File size: 252 bytes |
Line | |
---|---|
1 | include "joint/linearise.ma". |
2 | include "LTL/LTL_paolo.ma". |
3 | include "LIN/LIN_paolo.ma". |
4 | |
5 | definition ltl_to_lin : ltl_program → lin_program ≝ |
6 | λp. transform_program … p |
7 | (λvarnames. transf_fundef … (linearise_int_fun ltl_lin_params varnames)). |
Note: See TracBrowser
for help on using the repository browser.