]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_engine/grafiteEngine.mli
It is now possible for commands processed by grafiteEngine to either return
[helm.git] / helm / software / components / grafite_engine / grafiteEngine.mli
index 1dabfaaa1bfd51b5cadce55eb948471ae9409c69..de7fb27907fcb3367e7ba16bf122c7a8a06f1361 100644 (file)
@@ -55,6 +55,5 @@ val eval_ast :
   (('term, 'lazy_term, 'reduction, 'obj, 'ident) GrafiteAst.statement)
   disambiguator_input ->
    (* the new status and generated objects, if any *)
-   GrafiteTypes.status * UriManager.uri list
+   GrafiteTypes.status * [`Old of UriManager.uri list | `New of NUri.uri list]
 
-val refinement_toolkit: RefinementTool.kit