]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/bin/roles/rolesTypes.ml
update in binaries for λδ
[helm.git] / matita / matita / contribs / lambdadelta / bin / roles / rolesTypes.ml
index ad97fe73afebd7c87016799525503e044af84ca0..1535c493be77a484e42547a93fa4c0e62a055cc7 100644 (file)
@@ -36,11 +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