]> matita.cs.unibo.it Git - helm.git/blob - helm/software/lambda-delta/src/modules.ml
7fad8b893f810170e8fd29561c56c322c861034a
[helm.git] / helm / software / lambda-delta / src / modules.ml
1 (* free = F I N P Q U V W *)
2
3 module U  = NUri
4 module K  = NUri.UriHash
5
6 module C  = cps
7 module S  = share
8 module L  = log
9 module Y  = time (**)
10
11 module G  = options
12 module H  = hierarchy
13 module O  = output
14 module E  = entity
15 module J  = marks (**)
16 module R  = alpha
17
18 module T  = txt
19 module TP = txtParser
20 module TL = txtLexer
21 module TT = txtTxt
22
23 module A  = aut
24 module AA = autProcess
25 module AO = autOutput
26 module AP = autParser
27 module AL = autLexer
28
29 module Z  = bag
30 module ZO = bagOutput
31 module ZE = bagEnvironment
32 module ZS = bagSubstitution
33 module ZR = bagReduction 
34 module ZT = bagType
35 module ZU = bagUntrusted
36
37 module D  = crg
38 module DO = crgOutput
39 module TD = crgTxt
40 module AD = crgAut
41
42 module XL = xmlLibrary
43 module XD = xmlCrg
44
45 module B  = brg
46 module BD = brgCrg
47 module BO = brgOutput
48 module BE = brgEnvironment
49 module BS = brgSubstitution
50 module BR = brgReduction
51 module BT = brgType
52 module BU = brgUntrusted
53
54 module M  = meta
55 module MO = metaOutput
56 module MA = metaAut
57 module MZ = metaBag
58 module MB = metaBrg
59 (*
60             top
61 *)