language simplification, original language is moved to the lib_next module

This commit is contained in:
ProgramSnail 2025-12-02 19:21:22 +03:00
parent b64cf6e9ce
commit f770620742
3 changed files with 192 additions and 152 deletions

View file

@ -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)))