src/HOL/Matrix_LP/Compute_Oracle/Compute_Oracle.thy
author wenzelm
Fri, 13 Apr 2012 14:00:26 +0200
changeset 47455 26315a545e26
parent 46988 9f492f5b0cec
child 48891 c0eafbd55de3
permissions -rw-r--r--
updated headers;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
47455
26315a545e26 updated headers;
wenzelm
parents: 46988
diff changeset
     1
(*  Title:      HOL/Matrix_LP/Compute_Oracle/Compute_Oracle.thy
23173
51179ca0c429 proper theory setup for compute oracle (based on CPure);
wenzelm
parents:
diff changeset
     2
    Author:     Steven Obua, TU Munich
51179ca0c429 proper theory setup for compute oracle (based on CPure);
wenzelm
parents:
diff changeset
     3
51179ca0c429 proper theory setup for compute oracle (based on CPure);
wenzelm
parents:
diff changeset
     4
Steven Obua's evaluator.
51179ca0c429 proper theory setup for compute oracle (based on CPure);
wenzelm
parents:
diff changeset
     5
*)
51179ca0c429 proper theory setup for compute oracle (based on CPure);
wenzelm
parents:
diff changeset
     6
37869
e9c6a7fe1989 explicit dependency on theory HOL;
wenzelm
parents: 30161
diff changeset
     7
theory Compute_Oracle imports HOL
25217
3224db6415ae better compute oracle
obua
parents: 23663
diff changeset
     8
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
     9
begin
51179ca0c429 proper theory setup for compute oracle (based on CPure);
wenzelm
parents:
diff changeset
    10
23663
84b5c89b8b49 new version of computing oracle
obua
parents: 23173
diff changeset
    11
end