simplest_model_with_mods: advanced analyzer with more argument properties

This commit is contained in:
ProgramSnail 2026-03-01 15:56:43 +00:00
parent 5b49f139cc
commit d590f28f9b
3 changed files with 479 additions and 2 deletions

View file

@ -13,6 +13,16 @@
(preprocess
(pps GT.ppx GT.ppx_all ppx_expect ppx_inline_test)))
(library
(name analyzer_mods_cap)
(modules analyzer_cap)
(flags (-rectypes))
(libraries OCanren OCanren.tester)
(inline_tests)
(wrapped false)
(preprocess
(pps GT.ppx GT.ppx_all ppx_expect ppx_inline_test)))
(library
(name tests_modt)
(modules tests)