Structure Extract


Source File Identifier index Theory binding index

signature Extract =
sig
  include Abbrev

  (* extract FV congs (proto_def,WFR) (p,th) *)
  val extract :
     term list
      -> thm list
       -> term * term -> term * thm -> thm * term list * bool

end


Source File Identifier index Theory binding index

HOL 4, Trindemossen-2