]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/common/ccs.ml
- new attributes system
[helm.git] / helm / software / helena / src / common / ccs.ml
index 5364d1e079b61402d8d6a89231bc087c0afaaa5a..d003d805ce6a87cd21d09b46b511efb4a0eb74e0 100644 (file)
@@ -14,7 +14,7 @@ module U = NUri
 module C = Cps
 module E = Entity
 module G = Options
-
+(*
 type csys = {
            buri: E.uri;
    mutable tp  : int list;
@@ -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 ()
+*)