| author | haftmann |
| Tue, 28 Oct 2008 16:59:01 +0100 | |
| changeset 28705 | c77a9f5672f8 |
| parent 28290 | 4cc2b6046258 |
| child 30161 | c26e515f1c29 |
| permissions | -rw-r--r-- |
|
23173
51179ca0c429
proper theory setup for compute oracle (based on CPure);
wenzelm
parents:
diff
changeset
|
1 |
(* Title: Tools/Compute_Oracle/Compute_Oracle.thy |
|
51179ca0c429
proper theory setup for compute oracle (based on CPure);
wenzelm
parents:
diff
changeset
|
2 |
ID: $Id$ |
|
51179ca0c429
proper theory setup for compute oracle (based on CPure);
wenzelm
parents:
diff
changeset
|
3 |
Author: Steven Obua, TU Munich |
|
51179ca0c429
proper theory setup for compute oracle (based on CPure);
wenzelm
parents:
diff
changeset
|
4 |
|
|
51179ca0c429
proper theory setup for compute oracle (based on CPure);
wenzelm
parents:
diff
changeset
|
5 |
Steven Obua's evaluator. |
|
51179ca0c429
proper theory setup for compute oracle (based on CPure);
wenzelm
parents:
diff
changeset
|
6 |
*) |
|
51179ca0c429
proper theory setup for compute oracle (based on CPure);
wenzelm
parents:
diff
changeset
|
7 |
|
| 26957 | 8 |
theory Compute_Oracle imports Pure |
| 25217 | 9 |
uses "am.ML" "am_compiler.ML" "am_interpreter.ML" "am_ghc.ML" "am_sml.ML" "report.ML" "compute.ML" "linker.ML" |
|
23173
51179ca0c429
proper theory setup for compute oracle (based on CPure);
wenzelm
parents:
diff
changeset
|
10 |
begin |
|
51179ca0c429
proper theory setup for compute oracle (based on CPure);
wenzelm
parents:
diff
changeset
|
11 |
|
| 23663 | 12 |
end |