mirror of
https://github.com/ProgramSnail/pass_strategy_synthesis.git
synced 2026-06-11 03:38:15 +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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue