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