src/Pure/ProofGeneral/pgip.ML
author noschinl
Thu, 20 Dec 2012 09:49:00 +0100
changeset 50600 48c0c3bc40dd
parent 29606 fedb8be05f24
permissions -rw-r--r--
tuned "use build timeout": tuples cannot be concatenated

(*  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