Changeset 2645 for src/joint/String.ma
- Timestamp:
- Feb 7, 2013, 9:22:22 PM (8 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/joint/String.ma
r2643 r2645 1 include "basics/ lists/list.ma".1 include "basics/pts.ma". 2 2 3 include "ASM/Char.ma". 4 5 definition String ≝ list Char. 3 (* Stupid definition, just to avoid an axiom in the extracted code *) 4 (* Strings at the moment are only used in comments in the back-end *) 5 axiom String: Type[0] ≝ 6 EmptyString : String.
Note: See TracChangeset
for help on using the changeset viewer.