]> 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 301142f7f94cdf63ac7688b431d2d3f1226db9db..a6e9c59bb3d8f6376ea4c8f738447192107ad5fa 100644 (file)
@@ -46,7 +46,10 @@ type status = {
   mutable sn: nobjs;
 }
 
-type pointer = int list
+type step = One of int
+          | Many of int list
+
+type pointer = step list
 
 type error = EWrongExt of string
            | EStage of stage
@@ -63,4 +66,4 @@ type error = EWrongExt of string
 
 exception Error of error
 
-type each = string -> string -> bool -> string -> string -> unit
+type each = string -> string -> bool -> string -> string -> string -> unit