src/HOL/Tools/Metis/metis_reconstruct.ML
changeset 46320 0b8b73b49848
parent 45569 eb30a5490543
child 46392 676a4b4b6e73
--- a/src/HOL/Tools/Metis/metis_reconstruct.ML	Mon Jan 23 17:40:31 2012 +0100
+++ b/src/HOL/Tools/Metis/metis_reconstruct.ML	Mon Jan 23 17:40:32 2012 +0100
@@ -9,7 +9,7 @@
 
 signature METIS_RECONSTRUCT =
 sig
-  type type_enc = ATP_Translate.type_enc
+  type type_enc = ATP_Problem_Generate.type_enc
 
   exception METIS of string * string
 
@@ -30,9 +30,9 @@
 struct
 
 open ATP_Problem
-open ATP_Translate
-open ATP_Reconstruct
-open Metis_Translate
+open ATP_Problem_Generate
+open ATP_Proof_Reconstruct
+open Metis_Generate
 
 exception METIS of string * string
 
@@ -101,7 +101,7 @@
 (* INFERENCE RULE: AXIOM *)
 
 (* This causes variables to have an index of 1 by default. See also
-   "term_from_atp" in "ATP_Reconstruct". *)
+   "term_from_atp" in "ATP_Proof_Reconstruct". *)
 val axiom_inference = Thm.incr_indexes 1 oo lookth
 
 (* INFERENCE RULE: ASSUME *)