author | paulson |
Thu, 18 Jan 1996 10:38:29 +0100 | |
changeset 1444 | 23ceb1dc9755 |
parent 1351 | 4a960c012383 |
child 1465 | 5d7a7e439cec |
permissions | -rw-r--r-- |
1165 | 1 |
(* Title: HOL/Integ/ROOT |
925
15539deb6863
new version of HOL/Integ with curried function application
clasohm
parents:
diff
changeset
|
2 |
ID: $Id$ |
15539deb6863
new version of HOL/Integ with curried function application
clasohm
parents:
diff
changeset
|
3 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
15539deb6863
new version of HOL/Integ with curried function application
clasohm
parents:
diff
changeset
|
4 |
Copyright 1995 University of Cambridge |
15539deb6863
new version of HOL/Integ with curried function application
clasohm
parents:
diff
changeset
|
5 |
|
1165 | 6 |
The Integers in HOL (ported from ZF by Riccardo Mattolini) |
925
15539deb6863
new version of HOL/Integ with curried function application
clasohm
parents:
diff
changeset
|
7 |
*) |
15539deb6863
new version of HOL/Integ with curried function application
clasohm
parents:
diff
changeset
|
8 |
|
1165 | 9 |
HOL_build_completed; (*Cause examples to fail if HOL did*) |
925
15539deb6863
new version of HOL/Integ with curried function application
clasohm
parents:
diff
changeset
|
10 |
|
1025
23190112d369
Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
925
diff
changeset
|
11 |
time_use_thy "Integ"; |