src/HOL/Tools/res_clause.ML
changeset 25243 78f8aaa27493
parent 24940 8f9dea697b8d
child 29676 cfa3378decf7
--- a/src/HOL/Tools/res_clause.ML	Tue Oct 30 15:13:48 2007 +0100
+++ b/src/HOL/Tools/res_clause.ML	Tue Oct 30 15:28:53 2007 +0100
@@ -40,7 +40,6 @@
   val string_of_fol_type : fol_type -> string
   datatype type_literal = LTVar of string * string | LTFree of string * string
   exception CLAUSE of string * term
-  val isMeta : string -> bool
   val add_typs : typ list -> type_literal list
   val get_tvar_strs: typ list -> string list
   datatype arLit =
@@ -261,11 +260,6 @@
       let val (folTyps,ts) = ListPair.unzip (map type_of Ts)
       in (folTyps, union_all ts) end;
 
-
-(* Any variables created via the METAHYPS tactical should be treated as
-   universal vars, although it is represented as "Free(...)" by Isabelle *)
-val isMeta = String.isPrefix "METAHYP1_"
-
 (*Make literals for sorted type variables*)
 fun sorts_on_typs_aux (_, [])   = []
   | sorts_on_typs_aux ((x,i),  s::ss) =