src/Pure/ProofGeneral/proof_general_pgip.ML
changeset 36953 2af1ad9aa1a3
parent 36950 75b8f26f2f07
child 37216 3165bc303f66
--- a/src/Pure/ProofGeneral/proof_general_pgip.ML	Sat May 15 23:32:15 2010 +0200
+++ b/src/Pure/ProofGeneral/proof_general_pgip.ML	Sat May 15 23:40:00 2010 +0200
@@ -382,7 +382,7 @@
 
 (* Sending commands to Isar *)
 
-fun isarcmd s = Isar.>>> (OuterSyntax.parse Position.none s);
+fun isarcmd s = Isar.>>> (Outer_Syntax.parse Position.none s);
 
 (* TODO:
     - apply a command given a transition function;
@@ -1013,7 +1013,7 @@
 (* Extra command for embedding prover-control inside document (obscure/debug usage). *)
 
 fun init_outer_syntax () =
-  OuterSyntax.improper_command "ProofGeneral.process_pgip" "(internal)" Keyword.control
+  Outer_Syntax.improper_command "ProofGeneral.process_pgip" "(internal)" Keyword.control
     (Parse.text >> (Toplevel.no_timing oo
       (fn txt => Toplevel.imperative (fn () => process_pgip_plain txt))));