Structure hhExportTh0


Source File Identifier index Theory binding index

signature hhExportTh0 =
sig

include Abbrev

  type thmid = string * string

  val th0_term_poly : TextIO.outstream -> term -> unit
  val th0_term_mono : TextIO.outstream -> term -> unit
  val th0_formula : TextIO.outstream -> term -> unit
  val ij_axiom : TextIO.outstream -> hol_type -> unit
  val ji_axiom : TextIO.outstream -> hol_type -> unit
  val th0_monoeq : TextIO.outstream -> (term * int) -> unit

  val th0_write_pb : string -> (thmid * (string list * thmid list)) -> unit
  val th0_export_bushy : string -> string list -> unit
  val th0_export_chainy : string -> string list -> unit

end


Source File Identifier index Theory binding index

HOL 4, Kananaskis-14