src/HOL/Library/Code_Prolog.thy
author blanchet
Tue, 24 Aug 2010 15:29:13 +0200
changeset 38695 e85ce10cef1a
parent 38117 5ae05823cfd9
child 38731 2c8a595af43e
permissions -rw-r--r--
revert this idea of automatically invoking "metisFT" when "metis" fails; there are very few good reasons why "metisFT" should succeed when "metis" fails, and "metisFT" tends to "diverge" more often than "metis -- furthermore the exception handling code wasn't working properly

(*  Title:      HOL/Library/Code_Prolog.thy
    Author:     Lukas Bulwahn, TUM 2010
*)

header {* Code generation of prolog programs *}

theory Code_Prolog
imports Main
uses "~~/src/HOL/Tools/Predicate_Compile/code_prolog.ML"
begin

end