| changeset 56254 | a2dd9200854d |
| parent 56245 | 84fc7dfa3cd4 |
| child 58111 | 82db9ad610b9 |
--- a/src/HOL/Tools/inductive_realizer.ML Sat Mar 22 18:16:54 2014 +0100 +++ b/src/HOL/Tools/inductive_realizer.ML Sat Mar 22 18:19:57 2014 +0100 @@ -53,8 +53,8 @@ | _ => vs)) (Term.add_vars prop []) []; val attach_typeS = map_types (map_atyps - (fn TFree (s, []) => TFree (s, HOLogic.typeS) - | TVar (ixn, []) => TVar (ixn, HOLogic.typeS) + (fn TFree (s, []) => TFree (s, @{sort type}) + | TVar (ixn, []) => TVar (ixn, @{sort type}) | T => T)); fun dt_of_intrs thy vs nparms intrs =