X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Finterface%2FcicTypeChecker.mli;fp=helm%2Finterface%2FcicTypeChecker.mli;h=0000000000000000000000000000000000000000;hb=fa11ed6dc134f8ad3421c37a97271018e075bbed;hp=21f4ab91be9d28f8d7962a0f3566840e6c3eb75a;hpb=c03d2c1fdab8d228cb88aaba5ca0f556318bebc5;p=helm.git diff --git a/helm/interface/cicTypeChecker.mli b/helm/interface/cicTypeChecker.mli deleted file mode 100644 index 21f4ab91b..000000000 --- a/helm/interface/cicTypeChecker.mli +++ /dev/null @@ -1,9 +0,0 @@ -exception NotWellTyped of string -exception WrongUriToConstant of string -exception WrongUriToVariable of string -exception WrongUriToMutualInductiveDefinitions of string -exception ListTooShort -exception NotPositiveOccurrences of string -exception NotWellFormedTypeOfInductiveConstructor of string -exception WrongRequiredArgument of string -val typecheck : UriManager.uri -> unit