| author | nipkow | 
| Mon, 27 Apr 1998 17:52:03 +0200 | |
| changeset 4834 | dd89afb55272 | 
| parent 4809 | 595f905cc348 | 
| child 5078 | 7b5ea59c0275 | 
| permissions | -rw-r--r-- | 
| 1465 | 1 | (* Title: HOL/ex/ROOT | 
| 969 | 2 | ID: $Id$ | 
| 1465 | 3 | Author: Tobias Nipkow, Cambridge University Computer Laboratory | 
| 969 | 4 | Copyright 1991 University of Cambridge | 
| 5 | ||
| 6 | Executes miscellaneous examples for Higher-Order Logic. | |
| 7 | *) | |
| 8 | ||
| 1165 | 9 | HOL_build_completed; (*Cause examples to fail if HOL did*) | 
| 969 | 10 | |
| 1165 | 11 | writeln "Root file for HOL examples"; | 
| 4449 | 12 | set proof_timing; | 
| 3294 | 13 | |
| 14 | (**Some examples of recursive function definitions: the TFL package**) | |
| 3404 | 15 | time_use_thy "Recdef"; | 
| 4809 | 16 | time_use_thy "Primes"; | 
| 3294 | 17 | time_use_thy "Fib"; | 
| 3337 | 18 | time_use_thy "Primrec"; | 
| 3294 | 19 | |
| 20 | time_use_thy "NatSum"; | |
| 1351 | 21 | time_use "cla.ML"; | 
| 22 | time_use "meson.ML"; | |
| 23 | time_use "mesontest.ML"; | |
| 1719 | 24 | (** time_use "mesontest2.ML"; ULTRA SLOW **) | 
| 1026 
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
 nipkow parents: 
972diff
changeset | 25 | time_use_thy "String"; | 
| 1174 | 26 | time_use_thy "BT"; | 
| 1026 
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
 nipkow parents: 
972diff
changeset | 27 | time_use_thy "InSort"; | 
| 
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
 nipkow parents: 
972diff
changeset | 28 | time_use_thy "Qsort"; | 
| 
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
 nipkow parents: 
972diff
changeset | 29 | time_use_thy "Puzzle"; | 
| 3294 | 30 | |
| 1351 | 31 | time_use "set.ML"; | 
| 1026 
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
 nipkow parents: 
972diff
changeset | 32 | time_use_thy "MT"; | 
| 1296 | 33 | |
| 1165 | 34 | writeln "END: Root file for HOL examples"; |