Changeset 764 for src/RTLabs/syntax.ma
- Timestamp:
- Apr 20, 2011, 5:38:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/RTLabs/syntax.ma
r762 r764 74 74 λf.match f with [ mk_internal_function _ _ _ _ _ _ _ s _ _ _ ⇒ s ]. 75 75 76 (* Global variables only need to be given their size at this stage of77 compilation. *)76 (* Note that the global variables will be initialised by the code in main 77 by this stage. All initialisation data should only reserve space. *) 78 78 79 definition RTLabs_program ≝ program (fundef internal_function) nat.79 definition RTLabs_program ≝ program (fundef internal_function) unit. 80 80 81 81 (* TO CONSIDER:
Note: See TracChangeset
for help on using the changeset viewer.