blob: 8bf6e6221d2104861444878e5031027324e33a2f (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | (library
 (name importExpression)
 (libraries 
   re
   importCSV
   importDataTypes
   importErrors
 )
 (preprocess (pps 
   ppx_deriving.ord
   ppx_deriving.show 
   ppx_deriving.eq 
   ))
)
 |