]> matita.cs.unibo.it Git - helm.git/commitdiff
sync with new typecheck prototype (no more univ graph)
authorEnrico Tassi <enrico.tassi@inria.fr>
Wed, 15 Jun 2005 12:24:06 +0000 (12:24 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Wed, 15 Jun 2005 12:24:06 +0000 (12:24 +0000)
helm/proofChecker/proofChecker.ml

index 7659e57dd2a6553128909b21689ad59082547d7e..e4f00fe3acf86c989b4e250af89000fda4942206 100644 (file)
@@ -107,8 +107,7 @@ let callback (req : Http_types.request) outchan' =
           fprintf outchan' "%s" (html_preamble uri);
           flush outchan';
           (try
-            ignore (CicTypeChecker.typecheck (UriManager.uri_of_string uri)
-              CicUniv.empty_ugraph);
+            ignore (CicTypeChecker.typecheck (UriManager.uri_of_string uri));
            with e ->
             fprintf outchan' "%s\n" (Printexc.to_string e);
             flush outchan');