tuned;
authorwenzelm
Mon, 22 Jun 2015 20:38:38 +0200
changeset 60556 e7003c8041e2
parent 60555 51a6997b1384
child 60557 5854821993d2
tuned;
src/Doc/Isar_Ref/Generic.thy
--- a/src/Doc/Isar_Ref/Generic.thy	Mon Jun 22 20:36:33 2015 +0200
+++ b/src/Doc/Isar_Ref/Generic.thy	Mon Jun 22 20:38:38 2015 +0200
@@ -73,14 +73,14 @@
   \end{matharray}
 
   @{rail \<open>
-    @@{method sleep} @{syntax real}
-    ;
     (@@{method fold} | @@{method unfold} | @@{method insert}) @{syntax thmrefs}
     ;
     (@@{method erule} | @@{method drule} | @@{method frule})
       ('(' @{syntax nat} ')')? @{syntax thmrefs}
     ;
     (@@{method intro} | @@{method elim}) @{syntax thmrefs}?
+    ;
+    @@{method sleep} @{syntax real}
   \<close>}
 
   \begin{description}