X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaEngine.mli;fp=helm%2Fmatita%2FmatitaEngine.mli;h=280b6c8f47d273a6cac415b3feb8eb52e487e6c4;hb=d1126c6b78a3333bbf415daf027004496b77c2f4;hp=6c8b8660518eb70cf07d5ae20e6a0c3f839cb5cf;hpb=0b082b38f60079c8d457790c3ee18c2a9ab415eb;p=helm.git diff --git a/helm/matita/matitaEngine.mli b/helm/matita/matitaEngine.mli index 6c8b86605..280b6c8f4 100644 --- a/helm/matita/matitaEngine.mli +++ b/helm/matita/matitaEngine.mli @@ -28,7 +28,9 @@ exception UnableToInclude of string exception IncludedFileNotCompiled of string type statement = - (CicNotationPt.term, GrafiteAst.obj, string) GrafiteAst.statement + (CicNotationPt.term, CicNotationPt.term, GrafiteAst.reduction, GrafiteAst.obj, + string) + GrafiteAst.statement (* heavy checks slow down the compilation process but give you some interesting * infos like if the theorem is a duplicate *)