NameDateSize

..25-Jul-201970

ASCIInumbersLib.sigH A D25-Jul-201997

ASCIInumbersLib.smlH A D25-Jul-20191.3 KiB

ASCIInumbersScript.smlH A D25-Jul-20198.8 KiB

ASCIInumbersSyntax.sigH A D25-Jul-20192.3 KiB

ASCIInumbersSyntax.smlH A D25-Jul-20192.1 KiB

hol4-string-unint.thyH A D25-Jul-2019426

hol4-string.thyH A D25-Jul-2019418

HolmakefileH A D25-Jul-2019625

Manual/H25-Jul-201910

READMEH A D25-Jul-20191.7 KiB

selftest.smlH A D25-Jul-20193 KiB

string.otdH A D25-Jul-201920

string_numScript.smlH A D25-Jul-20195.4 KiB

stringLib.sigH A D25-Jul-20191.3 KiB

stringLib.smlH A D25-Jul-20196.1 KiB

stringScript.smlH A D25-Jul-201918.4 KiB

stringSimps.sigH A D25-Jul-2019149

stringSimps.smlH A D25-Jul-2019234

stringSyntax.sigH A D25-Jul-20195.6 KiB

stringSyntax.smlH A D25-Jul-20195.8 KiB

theorytesting/H25-Jul-20198

README

1+ =====================================================================	+
2|									|
3| LIBRARY	: string						|
4|									|
5| DESCRIPTION   : definition of logical types for characters and        |
6|		  and strings of characters.				|
7|									|
8| AUTHOR	: K. Slind						|
9| DATE		: 11.02.01  						|
10| =====================================================================	+
11
12
13+ --------------------------------------------------------------------- +
14|									|
15| FILES:								|
16|									|
17+ --------------------------------------------------------------------- +
18
19    stringLib.{sig,sml}    Load all string functionality. Includes
20                           conversions for character equality,
21                           and string equality, as well as a conversion
22                           for proving instances of 
23
24                               ORD (CHAR m) = m
25
26
27    stringScript.sml       Creates the theory of character strings
28
29    stringSyntax.{sig,sml} Derived syntax operations for characters 
30                           and strings.
31
32    stringSimps.sml        Simplification set for strings, to be used
33                           by simpLib rewriters (also found in bossLib).
34
35+ --------------------------------------------------------------------- +
36|									|
37| TO REBUILD THE LIBRARY:						|
38|									|
39+ --------------------------------------------------------------------- +
40
41   1) invoke "Holmake" as a shell command
42
43
44+ --------------------------------------------------------------------- +
45|									|
46| TO USE THE LIBRARY:							|
47|									|
48+ --------------------------------------------------------------------- +
49
50   1) type 
51
52       load "stringLib";
53
54      into an interactive session of HOL.
55