| author | lcp | 
| Thu, 06 Apr 1995 10:53:21 +0200 | |
| changeset 999 | 9bf3816298d0 | 
| parent 972 | e61b058d58d2 | 
| child 1026 | f2dc38ed53ac | 
| permissions | -rw-r--r-- | 
| 970 
6d36fe1bb234
fixed bug: HOL_build_completed replaced by CHOL_build_completed
 clasohm parents: 
969diff
changeset | 1 | (* Title: CHOL/ex/ROOT | 
| 969 | 2 | ID: $Id$ | 
| 3 | Author: Tobias Nipkow, Cambridge University Computer Laboratory | |
| 4 | Copyright 1991 University of Cambridge | |
| 5 | ||
| 6 | Executes miscellaneous examples for Higher-Order Logic. | |
| 7 | *) | |
| 8 | ||
| 970 
6d36fe1bb234
fixed bug: HOL_build_completed replaced by CHOL_build_completed
 clasohm parents: 
969diff
changeset | 9 | CHOL_build_completed; (*Cause examples to fail if CHOL did*) | 
| 969 | 10 | |
| 972 
e61b058d58d2
changed syntax of tuples from <..., ...> to (..., ...)
 clasohm parents: 
970diff
changeset | 11 | (writeln "Root file for CHOL examples"; | 
| 969 | 12 | proof_timing := true; | 
| 13 | loadpath := ["ex"]; | |
| 14 | time_use "ex/cla.ML"; | |
| 15 | time_use "ex/meson.ML"; | |
| 16 | time_use "ex/mesontest.ML"; | |
| 17 | time_use_thy "String"; | |
| 18 | time_use_thy "InSort"; | |
| 19 | time_use_thy "Qsort"; | |
| 20 | time_use_thy "LexProd"; | |
| 21 | time_use_thy "Puzzle"; | |
| 22 | time_use_thy "NatSum"; | |
| 23 | time_use "ex/set.ML"; | |
| 24 | time_use_thy "SList"; | |
| 25 | time_use_thy "LList"; | |
| 26 | time_use_thy "Acc"; | |
| 27 | time_use_thy "PropLog"; | |
| 28 | time_use_thy "Term"; | |
| 29 | time_use_thy "Simult"; | |
| 30 | time_use_thy "MT"; | |
| 972 
e61b058d58d2
changed syntax of tuples from <..., ...> to (..., ...)
 clasohm parents: 
970diff
changeset | 31 | writeln "END: Root file for CHOL examples" | 
| 969 | 32 | ) handle _ => exit 1; |