src/HOLCF/IOA/meta_theory/ioa_syn.ML
changeset 12928 6ffd206f93ee
parent 8733 3213613a775a
--- a/src/HOLCF/IOA/meta_theory/ioa_syn.ML	Sun Feb 24 21:45:11 2002 +0100
+++ b/src/HOLCF/IOA/meta_theory/ioa_syn.ML	Sun Feb 24 21:45:57 2002 +0100
@@ -151,7 +151,7 @@
                 ("to" $$-- (enum1 "," string)))) >> mk_restriction_decl)
 ||
   (name -- ("=" $$--
-	("rename" $$-- name -- ("using" $$-- string))) >> mk_rename_decl)
+	("rename" $$-- name -- ("to" $$-- string))) >> mk_rename_decl)
 ;
 
 in
@@ -164,7 +164,7 @@
 val _ = ThySyn.add_syntax
  ["signature","actions","inputs", "outputs", "internals", "states", "initially",
   "transitions", "pre", "post", "transrel",":=",
-"compose","hide_action","in","restrict","to","rename","using"]
+"compose","hide_action","in","restrict","to","rename"]
  [axm_section "automaton" "" ioa_decl];
 
 end;