be somewhat more liberal in Nitpick about which types may occur in formulas
authorblanchet
Fri, 23 Oct 2009 20:14:25 +0200
changeset 33200 c56c627dae19
parent 33199 6c9b2a94a69c
child 33201 e3d741e9d2fe
be somewhat more liberal in Nitpick about which types may occur in formulas
src/HOL/Tools/Nitpick/nitpick_hol.ML
--- a/src/HOL/Tools/Nitpick/nitpick_hol.ML	Fri Oct 23 20:13:33 2009 +0200
+++ b/src/HOL/Tools/Nitpick/nitpick_hol.ML	Fri Oct 23 20:14:25 2009 +0200
@@ -3059,10 +3059,6 @@
       | @{typ prop} => I
       | @{typ bool} => I
       | @{typ unit} => I
-      | Type (@{type_name Datatype.node}, _) =>
-        raise NOT_SUPPORTED "internal datatype node type"
-      | Type (@{type_name tuple_isomorphism}, _) =>
-        raise NOT_SUPPORTED "internal record tuple type"
       | TFree (_, S) => add_axioms_for_sort depth T S
       | TVar (_, S) => add_axioms_for_sort depth T S
       | Type (z as (_, Ts)) =>