src/HOL/BNF/Tools/bnf_fp.ML
changeset 49589 71aa74965bc9
parent 49585 5c4a12550491
child 49591 91b228e26348
--- a/src/HOL/BNF/Tools/bnf_fp.ML	Wed Sep 26 10:00:59 2012 +0200
+++ b/src/HOL/BNF/Tools/bnf_fp.ML	Wed Sep 26 10:00:59 2012 +0200
@@ -115,7 +115,6 @@
   val mk_sumTN_balanced: typ list -> typ
 
   val id_const: typ -> term
-  val id_abs: typ -> term
 
   val Inl_const: typ -> typ -> term
   val Inr_const: typ -> typ -> term
@@ -289,7 +288,6 @@
 val mk_sumTN_balanced = Balanced_Tree.make mk_sumT;
 
 fun id_const T = Const (@{const_name id}, T --> T);
-fun id_abs T = Abs (Name.uu, T, Bound 0);
 
 fun Inl_const LT RT = Const (@{const_name Inl}, LT --> mk_sumT (LT, RT));
 fun mk_Inl RT t = Inl_const (fastype_of t) RT $ t;