]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/src/modules.ml
when sort inclusion is enabled, we can produce conversion constraints in xml
[helm.git] / helm / software / lambda-delta / src / modules.ml
index 51b98a29dff8c680f0e35efd11a7b2e5c07e0201..619a6cce6d49db1da77193fa8953fb791616fd3a 100644 (file)
@@ -1,20 +1,22 @@
-(* free = F I P Q U V W *)
+(* free = F I P U V *)
 
 module U  = NUri
 module K  = NUri.UriHash
 
 module C  = cps
-module S  = share
+module W  = share (**)
 module L  = log
 module Y  = time (**)
 
-module G  = options
 module H  = hierarchy
-module O  = output
+module N  = level
 module E  = entity
+module G  = options
+module O  = output
 module J  = marks (**)
 module R  = alpha
-module N  = level
+module Q  = ccs
+module S  = status
 
 module T  = txt
 module TP = txtParser