changeset 1503 | 8639077e0f43 |
parent 1342 | 2b98012307f7 |
child 1683 | f78c820f67c3 |
--- a/Nominal/Perm.thy Thu Mar 18 10:12:41 2010 +0100 +++ b/Nominal/Perm.thy Thu Mar 18 10:15:57 2010 +0100 @@ -96,7 +96,6 @@ val perm_eqs = maps perm_eq descr; val lthy = Theory_Target.instantiation (full_tnames, [], @{sort pt}) thy; - (* TODO: Use the version of prmrec that gives the names explicitely. *) val ((perm_frees, perm_ldef), lthy') = Primrec.add_primrec (map (fn s => (Binding.name s, NONE, NoSyn)) perm_names') perm_eqs lthy;