src/HOL/Matrix/Compute_Oracle/Compute_Oracle.thy
author haftmann
Fri, 10 Feb 2012 22:58:04 +0100
changeset 46532 89970ca96284
parent 41959 b460124855b8
permissions -rw-r--r--
corrected typo

(*  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