Include pgip markup module
authoraspinall
Mon, 04 Dec 2006 22:11:28 +0100
changeset 21641 d73ab30e82dc
parent 21640 9811f1560d38
child 21642 54b00ca67e0e
Include pgip markup module
src/Pure/ProofGeneral/pgip.ML
--- a/src/Pure/ProofGeneral/pgip.ML	Mon Dec 04 21:41:47 2006 +0100
+++ b/src/Pure/ProofGeneral/pgip.ML	Mon Dec 04 22:11:28 2006 +0100
@@ -9,14 +9,15 @@
 signature PGIP =
 sig
     include PGIPTYPES
+    include PGIPMARKUP
     include PGIPINPUT
-    include PGIPOUTPUT			    
+    include PGIPOUTPUT
 end
 
 structure Pgip : PGIP = 
 struct
    open PgipTypes
+   open PgipMarkup
    open PgipInput
    open PgipOutput
 end
-