src/HOL/Matrix/Compute_Oracle/Compute_Oracle.thy
author blanchet
Fri, 26 Aug 2011 10:25:13 +0200
changeset 44509 369e8c28a61a
parent 41959 b460124855b8
permissions -rw-r--r--
added a component in generated file names reflecting whether the minimizer is used -- needed for evaluation to keep these files separated from the main problem files

(*  Title:      HOL/Matrix/Compute_Oracle/Compute_Oracle.thy
    Author:     Steven Obua, TU Munich

Steven Obua's evaluator.
*)

theory Compute_Oracle imports HOL
uses "am.ML" "am_compiler.ML" "am_interpreter.ML" "am_ghc.ML" "am_sml.ML" "report.ML" "compute.ML" "linker.ML"
begin

end