src/ZF/Tools/inductive_package.ML
changeset 28678 d93980a6c3cb
parent 28083 103d9282a946
child 28839 32d498cf7595
equal deleted inserted replaced
28677:4693938e9c2a 28678:d93980a6c3cb
   180   val ctxt1 = ProofContext.init thy1;
   180   val ctxt1 = ProofContext.init thy1;
   181 
   181 
   182 
   182 
   183   (*fetch fp definitions from the theory*)
   183   (*fetch fp definitions from the theory*)
   184   val big_rec_def::part_rec_defs =
   184   val big_rec_def::part_rec_defs =
   185     map (get_def thy1)
   185     map (Thm.get_def thy1)
   186         (case rec_names of [_] => rec_names
   186         (case rec_names of [_] => rec_names
   187                          | _   => big_rec_base_name::rec_names);
   187                          | _   => big_rec_base_name::rec_names);
   188 
   188 
   189 
   189 
   190   (********)
   190   (********)