]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_engine/grafiteEngine.mli
fixed coercion mechanism w.r.t. undo/require
[helm.git] / helm / software / components / grafite_engine / grafiteEngine.mli
index 993ccda71e756bae0fa7913dc9ff521e6d0c2596..6993afcb28e85b94e1fc656d73c7abdcada88848 100644 (file)
@@ -28,6 +28,7 @@ exception IncludedFileNotCompiled of string * string
 exception Macro of
  GrafiteAst.loc *
   (Cic.context -> GrafiteTypes.status * (Cic.term,Cic.lazy_term) GrafiteAst.macro)
+exception NMacro of GrafiteAst.loc * GrafiteAst.nmacro
 
 type 'a disambiguator_input = string * int * 'a
   
@@ -55,5 +56,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]