tuned command descriptions
authorblanchet
Wed, 02 Oct 2013 10:53:15 +0200
changeset 54025 70bc41e7a91e
parent 54024 07ab4fd922c2
child 54026 82d9b2701a03
tuned command descriptions
src/HOL/BNF/Tools/bnf_gfp.ML
src/HOL/BNF/Tools/bnf_lfp.ML
src/HOL/BNF/Tools/bnf_lfp_compat.ML
--- a/src/HOL/BNF/Tools/bnf_gfp.ML	Wed Oct 02 10:39:01 2013 +0200
+++ b/src/HOL/BNF/Tools/bnf_gfp.ML	Wed Oct 02 10:53:15 2013 +0200
@@ -2914,7 +2914,7 @@
   end;
 
 val _ =
-  Outer_Syntax.local_theory @{command_spec "codatatype"} "define BNF-based coinductive datatypes"
+  Outer_Syntax.local_theory @{command_spec "codatatype"} "define coinductive datatypes"
     (parse_co_datatype_cmd Greatest_FP construct_gfp);
 
 val option_parser = Parse.group (fn () => "option") (Parse.reserved "sequential" >> K true);
--- a/src/HOL/BNF/Tools/bnf_lfp.ML	Wed Oct 02 10:39:01 2013 +0200
+++ b/src/HOL/BNF/Tools/bnf_lfp.ML	Wed Oct 02 10:53:15 2013 +0200
@@ -1884,7 +1884,7 @@
   end;
 
 val _ =
-  Outer_Syntax.local_theory @{command_spec "datatype_new"} "define BNF-based inductive datatypes"
+  Outer_Syntax.local_theory @{command_spec "datatype_new"} "define new-style inductive datatypes"
     (parse_co_datatype_cmd Least_FP construct_lfp);
 
 val _ = Outer_Syntax.local_theory @{command_spec "primrec_new"}
--- a/src/HOL/BNF/Tools/bnf_lfp_compat.ML	Wed Oct 02 10:39:01 2013 +0200
+++ b/src/HOL/BNF/Tools/bnf_lfp_compat.ML	Wed Oct 02 10:53:15 2013 +0200
@@ -166,7 +166,7 @@
 
 val _ =
   Outer_Syntax.local_theory @{command_spec "datatype_new_compat"}
-    "register a new-style datatype as an old-style datatype"
+    "register new-style datatypes as old-style datatypes"
     (Scan.repeat1 Parse.type_const >> datatype_new_compat_cmd);
 
 end;