blob: 3ba018c0e5fe43d69e11a84fe270c7c6d05c2e52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(library
(name importAnalyser)
(libraries
importDataTypes
importErrors
importExpression
importerSyntax
importContainers
tsort
)
(preprocess (pps
ppx_deriving.ord
ppx_deriving.show
ppx_deriving.eq ))
)
|