author | paulson |
Thu, 20 Nov 1997 11:03:26 +0100 | |
changeset 4242 | 97601cf26262 |
parent 2280 | eb2ba30c2981 |
child 5078 | 7b5ea59c0275 |
permissions | -rw-r--r-- |
1465 | 1 |
(* Title: HOL/Integ/ROOT |
925
15539deb6863
new version of HOL/Integ with curried function application
clasohm
parents:
diff
changeset
|
2 |
ID: $Id$ |
1465 | 3 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
925
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 |
|
1632 | 11 |
time_use_thy "Bin"; |
2280
eb2ba30c2981
Moved the Rings stuff from ex to Integ and showed that int::cring.
nipkow
parents:
1632
diff
changeset
|
12 |
time_use_thy "IntRing"; |