]> matita.cs.unibo.it Git - helm.git/blob - helm/software/lambda-delta/src/modules.ml
51b98a29dff8c680f0e35efd11a7b2e5c07e0201
[helm.git] / helm / software / lambda-delta / src / modules.ml
1 (* free = F I 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 module N  = level
18
19 module T  = txt
20 module TP = txtParser
21 module TL = txtLexer
22 module TT = txtTxt
23
24 module A  = aut
25 module AA = autProcess
26 module AO = autOutput
27 module AP = autParser
28 module AL = autLexer
29
30 module Z  = bag
31 module ZO = bagOutput
32 module ZE = bagEnvironment
33 module ZS = bagSubstitution
34 module ZR = bagReduction 
35 module ZT = bagType
36 module ZU = bagUntrusted
37
38 module D  = crg
39 module DO = crgOutput
40 module TD = crgTxt
41 module AD = crgAut
42
43 module XL = xmlLibrary
44 module XD = xmlCrg
45
46 module B  = brg
47 module BD = brgCrg
48 module BO = brgOutput
49 module BE = brgEnvironment
50 module BS = brgSubstitution
51 module BR = brgReduction
52 module BT = brgType
53 module BU = brgUntrusted
54
55 module M  = meta
56 module MO = metaOutput
57 module MA = metaAut
58 module MZ = metaBag
59 module MB = metaBrg
60 (*
61             top
62 *)