tuned whitespace
authorblanchet
Wed, 15 Oct 2014 17:15:11 +0200
changeset 58684 56b9eab818ca
parent 58683 c9b7a00d5a10
child 58685 6a75a4c24339
tuned whitespace
src/HOL/Tools/BNF/bnf_lfp_compat.ML
--- a/src/HOL/Tools/BNF/bnf_lfp_compat.ML	Tue Oct 14 19:39:29 2014 +0200
+++ b/src/HOL/Tools/BNF/bnf_lfp_compat.ML	Wed Oct 15 17:15:11 2014 +0200
@@ -27,7 +27,7 @@
   val datatype_compat_cmd: string list -> local_theory -> local_theory
   val add_datatype: preference list -> Old_Datatype_Aux.spec list -> theory -> string list * theory
   val add_primrec: (binding * typ option * mixfix) list -> (Attrib.binding * term) list ->
-   local_theory -> (term list * thm list) * local_theory
+    local_theory -> (term list * thm list) * local_theory
   val add_primrec_global: (binding * typ option * mixfix) list ->
     (Attrib.binding * term) list -> theory -> (term list * thm list) * theory
   val add_primrec_overloaded: (string * (string * typ) * bool) list ->