author | haftmann |
Thu, 29 Mar 2007 14:21:45 +0200 | |
changeset 22548 | 6ce4bddf3bcb |
parent 17456 | bcf7544875b2 |
child 24106 | f2965bf954dc |
permissions | -rw-r--r-- |
9000 | 1 |
(* Title: CCL/ex/ROOT.ML |
0 | 2 |
ID: $Id$ |
3 |
Author: Martin Coen, Cambridge University Computer Laboratory |
|
4 |
Copyright 1993 University of Cambridge |
|
5 |
||
17456 | 6 |
Examples for Classical Computational Logic. |
0 | 7 |
*) |
8 |
||
1351 | 9 |
time_use_thy "Nat"; |
10 |
time_use_thy "List"; |
|
11 |
time_use_thy "Stream"; |
|
12 |
time_use_thy "Flag"; |