File: READ-ME

package info (click to toggle)
hol88 2.02.19940316dfsg-6
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 65,956 kB
  • sloc: ml: 199,939; ansic: 9,666; sh: 6,913; makefile: 6,032; lisp: 2,747; yacc: 894; sed: 201; cpp: 87; awk: 5
file content (68 lines) | stat: -rw-r--r-- 2,064 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
+ =====================================================================	+
|									|
| LIBRARY	: string						|
|									|
| DESCRIPTION   : definition of logical types for ascii character codes |
|		  and ascii character strings.				|
|									|
| AUTHOR	: T Melham						|
| DATE		: 88.04.20						|
|									|
| MODIFIED      : M. Gordon						|
| DATE		: 23 March 89						|
+ =====================================================================	+


+ --------------------------------------------------------------------- +
|									|
| FILES:								|
|									|
+ --------------------------------------------------------------------- +

    mk_ascii.ml	       creates the theory of 8-bit ascii character codes

    mk_string.ml       creates the theory of character strings

    ascii.ml	       defines ascii_EQ_CONV, a conversion for inferring
	  	       the equality (or otherwise) of ascii character codes.

    stringconv.ml      axiom scheme string_CONV for string constants.

    string_rules.ml    defines string_EQ_CONV, a conversion for inferring
	  	       the equality (or otherwise) of character strings.

    string.ml          loads the library into hol.

+ --------------------------------------------------------------------- +
|									|
| TO REBUILD THE LIBRARY:						|
|									|
+ --------------------------------------------------------------------- +

   1) edit the pathnames in the Makefile (if necessary)

   2) type "make clean"

   3) type "make all"

+ --------------------------------------------------------------------- +
|									|
| TO USE THE LIBRARY:							|
|									|
+ --------------------------------------------------------------------- +

   1) EITHER copy the files *_ml.o and *.th  in this library into your
      current working directory, OR put the pathname of this library on
      the internal hol search path.

   2) To use strings, make "string.th" a parent of your theory.  E.g.
      by executing 

		new_parent `string`;;

      in draft mode.

   3) To load the library, load the file `string`.