mirror of
https://github.com/ProgramSnail/pass_strategy_synthesis.git
synced 2026-06-10 19:28:16 +00:00
struct: analyzer_rw init (from analyzer)
This commit is contained in:
parent
3111194714
commit
d06f6d53bc
2 changed files with 1188 additions and 0 deletions
1178
model_with_structures/analyzer_rw.ml
Normal file
1178
model_with_structures/analyzer_rw.ml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -13,6 +13,16 @@
|
||||||
(preprocess
|
(preprocess
|
||||||
(pps GT.ppx GT.ppx_all ppx_expect ppx_inline_test)))
|
(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
|
(library
|
||||||
(name tests_st)
|
(name tests_st)
|
||||||
(modules tests)
|
(modules tests)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue