mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-14 03:14:55 +03:00
63ff6cfbb3
instrumentation of Dcalc.expr to show internals representation
11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
(library
|
|
(name dcalc)
|
|
(public_name catala.dcalc)
|
|
(libraries bindlib unionFind utils re camomile runtime)
|
|
(preprocess
|
|
(pps visitors.ppx ppx_deriving.show)))
|
|
|
|
(documentation
|
|
(package catala)
|
|
(mld_files dcalc))
|