src/HOL/TPTP/TPTP_Parser/tptp_interpret.ML
changeset 55593 c67c27f0ea94
parent 53388 c878390475f3
child 56256 1e01c159e7d9
--- a/src/HOL/TPTP/TPTP_Parser/tptp_interpret.ML	Wed Feb 19 15:57:02 2014 +0000
+++ b/src/HOL/TPTP/TPTP_Parser/tptp_interpret.ML	Wed Feb 19 15:57:02 2014 +0000
@@ -528,7 +528,8 @@
               | NONE => Free (n, dummyT) (*to infer the variable's type*)
              )
          | NONE =>
-             raise MISINTERPRET_TERM ("Could not type variable", tptp_t))
+             Free (n, dummyT)
+             (*raise MISINTERPRET_TERM ("Could not type variable", tptp_t)*))
       else (*variables range over individuals*)
         Free (n, interpret_type config thy type_map (Defined_type Type_Ind)),
       thy)