X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbin%2Froles%2FrolesTypes.ml;h=1535c493be77a484e42547a93fa4c0e62a055cc7;hb=cfccf434a57e10848d74d06674af4ec9cef0f0ca;hp=f62d21196346701e46ea2d5c02a153382df98841;hpb=f5bc9206835d61109a72c7b973dad8dd21914950;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/bin/roles/rolesTypes.ml b/matita/matita/contribs/lambdadelta/bin/roles/rolesTypes.ml index f62d21196..1535c493b 100644 --- a/matita/matita/contribs/lambdadelta/bin/roles/rolesTypes.ml +++ b/matita/matita/contribs/lambdadelta/bin/roles/rolesTypes.ml @@ -36,15 +36,17 @@ type status = { type pointer = int list -type error = EExt of string +type error = EWrongExt of string | EStage of version | ENoStage - | ENews + | EWaiting | ENameClash of name | EObjClash of obj | ERoleClash of role | ENoEntry | EWrongSelect | EWrongVersion + | ETops + | EWrongRequest of string * string exception Error of error