src/HOLCF/IOA/meta_theory/ioa_package.ML
changeset 8733 3213613a775a
parent 8438 b8389b4fca9c
child 9317 7a72952ca068
--- a/src/HOLCF/IOA/meta_theory/ioa_package.ML	Tue Apr 18 00:36:02 2000 +0200
+++ b/src/HOLCF/IOA/meta_theory/ioa_package.ML	Tue Apr 18 00:49:49 2000 +0200
@@ -552,7 +552,7 @@
           (Scan.optional initial "True") --
         translist))))) >> mk_ioa_decl ||
   (P.name -- (P.$$$ "=" |-- (P.$$$ "compose" |-- P.list1 P.name))) >> mk_composition_decl ||
-  (P.name -- (P.$$$ "=" |-- (P.$$$ "hide" |-- P.list1 P.term -- (P.$$$ "in" |-- P.name))))
+  (P.name -- (P.$$$ "=" |-- (P.$$$ "hide_action" |-- P.list1 P.term -- (P.$$$ "in" |-- P.name))))
     >> mk_hiding_decl ||
   (P.name -- (P.$$$ "=" |-- (P.$$$ "restrict" |-- P.name -- (P.$$$ "to" |-- P.list1 P.term))))
     >> mk_restriction_decl ||
@@ -570,7 +570,7 @@
 
 val _ = OuterSyntax.add_keywords ["signature", "actions", "inputs",
   "outputs", "internals", "states", "initially", "transitions", "pre",
-  "post", "transrel", ":=", "compose", "hide", "in", "restrict", "to",
+  "post", "transrel", ":=", "compose", "hide_action", "in", "restrict", "to",
   "rename", "using"];
 
 val _ = OuterSyntax.add_parsers [automatonP];