X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fhelena%2Fsrc%2Fcommon%2Fccs.ml;h=d003d805ce6a87cd21d09b46b511efb4a0eb74e0;hb=7562d9781dc4f351ddc3b2f8edd21f4976621948;hp=db8a7786575ce3dca266a41c32fcbc9ded12ca51;hpb=95872555aaa040a22ad2d93cb1278f79e20da70c;p=helm.git diff --git a/helm/software/helena/src/common/ccs.ml b/helm/software/helena/src/common/ccs.ml index db8a77865..d003d805c 100644 --- a/helm/software/helena/src/common/ccs.ml +++ b/helm/software/helena/src/common/ccs.ml @@ -14,12 +14,12 @@ module U = NUri module C = Cps module E = Entity module G = Options - +(* type csys = { - uri: E.uri; - mutable tp : int list; - mutable t1 : int list; - mutable tn : (int * int) list; + buri: E.uri; + mutable tp : int list; + mutable t1 : int list; + mutable tn : (int * int) list; } let mark a = E.mark C.err C.start a @@ -27,7 +27,7 @@ let mark a = E.mark C.err C.start a (* interface functions ******************************************************) let init () = { - uri = U.uri_of_string (G.get_baseuri ()); + buri = U.uri_of_string (G.get_baseuri ()); tp = []; t1 = []; tn = [] } @@ -48,3 +48,4 @@ let add_equal s xa ia = let i = abs (mark xa), abs (mark ia) in if L.mem i s.tn then () else s.tn <- i :: s.tn else () +*)