src/HOL/Matrix_LP/Compute_Oracle/Compute_Oracle.thy
author haftmann
Fri, 23 Mar 2018 10:52:00 +0100
changeset 67928 7f5b1b6f7f40
parent 66453 cc19f7ca2ed6
child 69605 a96320074298
permissions -rw-r--r--
NEWS and CONTRIBUTORS

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

Steven Obua's evaluator.
*)

theory Compute_Oracle imports HOL.HOL
begin

ML_file "am.ML"
ML_file "am_compiler.ML"
ML_file "am_interpreter.ML"
ML_file "am_ghc.ML"
ML_file "am_sml.ML"
ML_file "report.ML"
ML_file "compute.ML"
ML_file "linker.ML"

end