Structure hhExportTh0


Source File Identifier index Theory binding index

signature hhExportTh0 =
sig

include Abbrev

  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 ->
    ((string * string) * (string * string) list) -> unit

  val th0_bushy_dir : string
  val th0_chainy_dir : string
  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-13