X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fsrc%2Fmodules.ml;fp=helm%2Fsoftware%2Flambda-delta%2Fsrc%2Fmodules.ml;h=619a6cce6d49db1da77193fa8953fb791616fd3a;hb=f7988fc51f7c96617aa2b3320628645480af681a;hp=51b98a29dff8c680f0e35efd11a7b2e5c07e0201;hpb=fa9e69af2ad5a22692f6fdd555d37bc6d80c5ad9;p=helm.git diff --git a/helm/software/lambda-delta/src/modules.ml b/helm/software/lambda-delta/src/modules.ml index 51b98a29d..619a6cce6 100644 --- a/helm/software/lambda-delta/src/modules.ml +++ b/helm/software/lambda-delta/src/modules.ml @@ -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