minor doc fix
authorblanchet
Mon, 07 Oct 2013 20:34:14 +0200
changeset 54071 5752a39e482e
parent 54070 1a13325269c2
child 54072 7bee26d970f0
minor doc fix
src/Doc/Datatypes/Datatypes.thy
--- a/src/Doc/Datatypes/Datatypes.thy	Mon Oct 07 08:39:50 2013 -0700
+++ b/src/Doc/Datatypes/Datatypes.thy	Mon Oct 07 20:34:14 2013 +0200
@@ -1800,8 +1800,8 @@
 function translates a DFA into a @{type state_machine}:
 *}
 
-    primcorec (*<*)(in early) (*>*)
-      sm_of_dfa :: "('q \<Rightarrow> 'a \<Rightarrow> 'q) \<Rightarrow> 'q set \<Rightarrow> 'q \<Rightarrow> 'a state_machine"
+    primcorec
+      (*<*)(in early) (*>*)sm_of_dfa :: "('q \<Rightarrow> 'a \<Rightarrow> 'q) \<Rightarrow> 'q set \<Rightarrow> 'q \<Rightarrow> 'a state_machine"
     where
       "sm_of_dfa \<delta> F q = State_Machine (q \<in> F) (sm_of_dfa \<delta> F o \<delta> q)"