mirror of
https://github.com/ProgramSnail/pass_strategy_synthesis.git
synced 2025-12-30 12:48:15 +00:00
language simplification, original language is moved to the lib_next module
This commit is contained in:
parent
b64cf6e9ce
commit
f770620742
3 changed files with 192 additions and 152 deletions
16
lib/dune
16
lib/dune
|
|
@ -18,3 +18,19 @@
|
|||
GT.ppx
|
||||
GT.ppx_all
|
||||
ppx_inline_test)))
|
||||
|
||||
(library
|
||||
(name lib2)
|
||||
(modules lib_next)
|
||||
(flags (-rectypes))
|
||||
(libraries OCanren OCanren.tester)
|
||||
(inline_tests)
|
||||
(wrapped false)
|
||||
(preprocess
|
||||
(pps
|
||||
OCanren-ppx.ppx_repr
|
||||
OCanren-ppx.ppx_fresh
|
||||
OCanren-ppx.ppx_distrib
|
||||
GT.ppx
|
||||
GT.ppx_all
|
||||
ppx_inline_test)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue