]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/dual_rg/drgAut.mli
drg: we added the "positive projection" in environments
[helm.git] / helm / software / lambda-delta / dual_rg / drgAut.mli
index 1133f20bdf654c885189e7ad1085343f1989dd4d..5de7f7e8550a536dd8088db9249ac3d0dc2193c3 100644 (file)
@@ -9,9 +9,9 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-type 'a status
+type status
 
-val initial_status: 'a Entity.uri_generator -> 'a status 
+val initial_status: Entity.uri_generator -> status 
 
-val drg_of_aut: ('a status -> 'a) -> ('a status -> Drg.entity -> 'a) -> 
-                'a status -> Aut.entity -> 'a
+val drg_of_aut: (status -> 'a) -> (status -> Drg.entity -> 'a) -> 
+                status -> Aut.entity -> 'a