]> matita.cs.unibo.it Git - helm.git/commitdiff
indentation fixed
authorEnrico Tassi <enrico.tassi@inria.fr>
Fri, 4 Apr 2008 10:07:22 +0000 (10:07 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Fri, 4 Apr 2008 10:07:22 +0000 (10:07 +0000)
helm/software/components/ng_kernel/nCicTypeChecker.ml

index 5e4000740e44abf518f711def15996085e0545f1..e6a5cbbc26e2fe24ee11575800fffae2aea2352a 100644 (file)
@@ -887,10 +887,10 @@ let rec typeof ~subst ~metasenv context term =
               let type_t = typeof_aux context t in
               if not (R.are_convertible ~subst ~metasenv context type_t ct) then
                 raise (TypeCheckerFailure 
-                  (lazy (Printf.sprintf 
-                   ("Not well typed metavariable local context: "^^
-                    "expected a term of type %s, found %s of type %s") 
-                    (NCicPp.ppterm ct) (NCicPp.ppterm t) (NCicPp.ppterm type_t))))
+                 (lazy (Printf.sprintf 
+                  ("Not well typed metavariable local context: "^^
+                  "expected a term of type %s, found %s of type %s") 
+                  (NCicPp.ppterm ct) (NCicPp.ppterm t) (NCicPp.ppterm type_t))))
         ) l lifted_canonical_context 
        with
         Invalid_argument _ ->