| changeset 37391 | 476270a6c2dc |
| parent 33519 | e31a85f92ce9 |
| child 37678 | 0040bafffdef |
--- a/src/HOL/Nominal/nominal_thmdecls.ML Thu Jun 10 12:24:02 2010 +0200 +++ b/src/HOL/Nominal/nominal_thmdecls.ML Thu Jun 10 12:24:03 2010 +0200 @@ -103,7 +103,7 @@ let fun get_pi_aux s = (case s of (Const (@{const_name "perm"} ,typrm) $ - (Var (pi,typi as Type(@{type_name "list"}, [Type ("*", [Type (tyatm,[]),_])]))) $ + (Var (pi,typi as Type(@{type_name "list"}, [Type (@{type_name "*"}, [Type (tyatm,[]),_])]))) $ (Var (n,ty))) => let (* FIXME: this should be an operation the library *)