mirror of
https://github.com/ProgramSnail/pass_strategy_synthesis.git
synced 2025-12-30 12:48:15 +00:00
start with template code https://github.com/Kakadu/OCanren-basic-template
This commit is contained in:
parent
f1433eb62d
commit
19b9d3aa56
9 changed files with 199 additions and 0 deletions
13
bin/dune
Normal file
13
bin/dune
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
(env
|
||||
(_
|
||||
(flags
|
||||
(:standard -warn-error +5))))
|
||||
|
||||
(executable
|
||||
(public_name main)
|
||||
(modules main)
|
||||
(flags
|
||||
(:standard -rectypes))
|
||||
(libraries lib1)
|
||||
(preprocess
|
||||
(pps OCanren-ppx.ppx_repr OCanren-ppx.ppx_fresh GT.ppx GT.ppx_all)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue