Structure def_cnf


Source File Identifier index Theory binding index

signature def_cnf =
sig

  include Abbrev
  val presimp_conv : conv
  val to_cnf : bool -> term ->
               (string option * int *
                (term,term)satCommonTools.RBM.dict *
                (term * thm) Array.array)

end


Source File Identifier index Theory binding index

HOL 4, Trindemossen-1