src/HOL/Matrix/Compute_Oracle/Compute_Oracle.thy
author wenzelm
Thu, 09 Jun 2011 16:34:49 +0200
changeset 43324 2b47822868e4
parent 41959 b460124855b8
permissions -rw-r--r--
discontinued Name.variant to emphasize that this is old-style / indirect;

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