src/HOL/Tools/Sledgehammer/metis_clauses.ML
changeset 37922 ff56c361d75b
parent 37678 0040bafffdef
child 37923 8edbaf6ba405
--- a/src/HOL/Tools/Sledgehammer/metis_clauses.ML	Wed Jul 21 18:13:15 2010 +0200
+++ b/src/HOL/Tools/Sledgehammer/metis_clauses.ML	Wed Jul 21 21:13:46 2010 +0200
@@ -29,8 +29,8 @@
     CombVar of name * combtyp |
     CombApp of combterm * combterm
   datatype literal = Literal of bool * combterm
-  datatype hol_clause =
-    HOLClause of {clause_id: int, axiom_name: string, th: thm, kind: kind,
+  datatype fol_clause =
+    FOLClause of {clause_id: int, axiom_name: string, th: thm, kind: kind,
                   literals: literal list, ctypes_sorts: typ list}
 
   val type_wrapper_name : string
@@ -363,8 +363,8 @@
 
 datatype literal = Literal of bool * combterm
 
-datatype hol_clause =
-  HOLClause of {clause_id: int, axiom_name: string, th: thm, kind: kind,
+datatype fol_clause =
+  FOLClause of {clause_id: int, axiom_name: string, th: thm, kind: kind,
                 literals: literal list, ctypes_sorts: typ list}
 
 (*********************************************************************)