Changeset 768 for src/Cminor/test/factorial.ma
- Timestamp:
- Apr 22, 2011, 1:49:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Cminor/test/factorial.ma
r751 r768 77 77 normalize (* you can examine the result here *) 78 78 @refl qed. 79 80 include "Cminor/toRTLabs.ma". 81 include "RTLabs/semantics.ma". 82 83 example execRTL: finishes_with (repr 120) ? (do myprog' ← cminor_init_to_rtlabs myprog; exec_up_to RTLabs_fullexec myprog' 1000 [EVint (repr 5)]). 84 normalize (* you can examine the result here *) 85 @refl 86 qed. 87
Note: See TracChangeset
for help on using the changeset viewer.