src/HOL/Tools/Predicate_Compile/predicate_compile_data.ML
changeset 47108 2a1953f0d20d
parent 44338 700008399ee5
child 49561 26fc70e983c2
--- a/src/HOL/Tools/Predicate_Compile/predicate_compile_data.ML	Sat Mar 24 16:27:04 2012 +0100
+++ b/src/HOL/Tools/Predicate_Compile/predicate_compile_data.ML	Sun Mar 25 20:15:39 2012 +0200
@@ -240,10 +240,12 @@
   @{const_name Groups.one},  @{const_name Groups.plus},
   @{const_name Nat.ord_nat_inst.less_eq_nat},
   @{const_name Nat.ord_nat_inst.less_nat},
+(* FIXME
   @{const_name number_nat_inst.number_of_nat},
-  @{const_name Int.Bit0},
-  @{const_name Int.Bit1},
-  @{const_name Int.Pls},
+*)
+  @{const_name Num.Bit0},
+  @{const_name Num.Bit1},
+  @{const_name Num.One},
   @{const_name Int.zero_int_inst.zero_int},
   @{const_name List.filter},
   @{const_name HOL.If},