src/HOL/Matrix/Compute_Oracle/Compute_Oracle.thy
author blanchet
Wed, 25 May 2011 08:31:36 +0200
changeset 42975 284f9a7af1c9
parent 41959 b460124855b8
permissions -rw-r--r--
eta-expand to make SML/NJ happy

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