Integ/ROOT.ML
author nipkow
Fri, 17 Mar 1995 15:48:55 +0100
changeset 233 f02021cf7cec
parent 217 b6c0407f203e
child 243 811481779743
permissions -rw-r--r--
Added a few thms to nat_ss and list_ss
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
217
b6c0407f203e Installation of Integ (ported from ZF by Mattolini)
lcp
parents:
diff changeset
     1
(*  Title:  	HOL/Integ/ROOT
b6c0407f203e Installation of Integ (ported from ZF by Mattolini)
lcp
parents:
diff changeset
     2
    ID:         $Id$
b6c0407f203e Installation of Integ (ported from ZF by Mattolini)
lcp
parents:
diff changeset
     3
    Author: 	Lawrence C Paulson, Cambridge University Computer Laboratory
b6c0407f203e Installation of Integ (ported from ZF by Mattolini)
lcp
parents:
diff changeset
     4
    Copyright   1995  University of Cambridge
b6c0407f203e Installation of Integ (ported from ZF by Mattolini)
lcp
parents:
diff changeset
     5
b6c0407f203e Installation of Integ (ported from ZF by Mattolini)
lcp
parents:
diff changeset
     6
The Integers in HOL (ported from ZF by Riccardo Mattolini)
b6c0407f203e Installation of Integ (ported from ZF by Mattolini)
lcp
parents:
diff changeset
     7
*)
b6c0407f203e Installation of Integ (ported from ZF by Mattolini)
lcp
parents:
diff changeset
     8
b6c0407f203e Installation of Integ (ported from ZF by Mattolini)
lcp
parents:
diff changeset
     9
HOL_build_completed;    (*Cause examples to fail if HOL did*)
b6c0407f203e Installation of Integ (ported from ZF by Mattolini)
lcp
parents:
diff changeset
    10
b6c0407f203e Installation of Integ (ported from ZF by Mattolini)
lcp
parents:
diff changeset
    11
loadpath := ["Integ"];
b6c0407f203e Installation of Integ (ported from ZF by Mattolini)
lcp
parents:
diff changeset
    12
time_use_thy "Integ" handle _ => exit 1;