src/Pure/ProofGeneral/pgip.ML
author wenzelm
Tue, 05 Apr 2011 14:25:18 +0200
changeset 42224 578a51fae383
parent 29606 fedb8be05f24
permissions -rw-r--r--
discontinued special treatment of structure Ast: no pervasive content, no inclusion in structure Syntax;

(*  Title:      Pure/ProofGeneral/pgip.ML
    Author:     David Aspinall

Prover-side PGIP abstraction.  
Not too closely tied to Isabelle, to help with reuse/porting.
*)

signature PGIP =
sig
    include PGIPTYPES
    include PGIPMARKUP
    include PGIPINPUT
    include PGIPOUTPUT
end

structure Pgip : PGIP = 
struct
   open PgipTypes
   open PgipMarkup
   open PgipInput
   open PgipOutput
end