]> matita.cs.unibo.it Git - helm.git/commitdiff
Reindentation.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 11 Jun 2003 17:12:14 +0000 (17:12 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 11 Jun 2003 17:12:14 +0000 (17:12 +0000)
helm/gTopLevel/cic2Xml.ml

index b4b1f239ab888476836dd298c0769c94c4c25b93..564493cb83e9d9d2ae42908e3970b21fbb5107be 100644 (file)
@@ -89,7 +89,9 @@ let print_term ~ids_to_inner_sorts =
            X.xml_nempty "PROD" ["type",sort]
             [< List.fold_left
                 (fun i (id,binder,s) ->
-                  let sort = Hashtbl.find ids_to_inner_sorts (Cic2acic.source_id_of_id id) in
+                  let sort =
+                   Hashtbl.find ids_to_inner_sorts (Cic2acic.source_id_of_id id)
+                  in
                    let attrs =
                     ("id",id)::("type",sort)::
                     match binder with
@@ -119,7 +121,9 @@ let print_term ~ids_to_inner_sorts =
            X.xml_nempty "LAMBDA" ["sort",sort]
             [< List.fold_left
                 (fun i (id,binder,s) ->
-                  let sort = Hashtbl.find ids_to_inner_sorts (Cic2acic.source_id_of_id id) in
+                  let sort =
+                   Hashtbl.find ids_to_inner_sorts (Cic2acic.source_id_of_id id)
+                  in
                    let attrs =
                     ("id",id)::("type",sort)::
                     match binder with