Changeset 881 for src/Clight/test/sum.ma
- Timestamp:
- Jun 3, 2011, 5:35:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Clight/test/sum.ma
r758 r881 60 60 @refl 61 61 qed. 62 63 include "Clight/toCminor.ma". 64 include "Cminor/semantics.ma". 65 66 example e1: finishes_with (repr 74) ? (do p ← clight_to_cminor myprog; exec_up_to Cminor_fullexec p 1000 [ ]). 67 normalize 68 @refl 69 qed. 70 71 include "Cminor/toRTLabs.ma". 72 include "RTLabs/semantics.ma". 73 74 example e2: finishes_with (repr 74) ? ( 75 do p1 ← clight_to_cminor myprog; 76 do p2 ← cminor_to_rtlabs p1; 77 exec_up_to RTLabs_fullexec p2 1000 [ ]). 78 normalize 79 @refl 80 qed.
Note: See TracChangeset
for help on using the changeset viewer.