struct: analyzer_rw init (from analyzer)

This commit is contained in:
ProgramSnail 2026-05-21 10:24:51 +00:00
parent 3111194714
commit d06f6d53bc
2 changed files with 1188 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -13,6 +13,16 @@
(preprocess
(pps GT.ppx GT.ppx_all ppx_expect ppx_inline_test)))
(library
(name analyzer_rw_st)
(modules analyzer_rw)
(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_st)
(modules tests)