]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_engine/grafiteEngine.mli
bugfix to developments:
[helm.git] / helm / software / components / grafite_engine / grafiteEngine.mli
index b1df5728112816f7cd3114b9cdef3743b46219c3..8363971ae3dad8c6714e5e279c4fc9ee9eaae743 100644 (file)
@@ -24,7 +24,7 @@
  *)
 
 exception Drop
-exception IncludedFileNotCompiled of string
+exception IncludedFileNotCompiled of string * string
 exception Macro of
  GrafiteAst.loc *
   (Cic.context -> GrafiteTypes.status * Cic.term GrafiteAst.macro)