3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 21:50:52 +00:00

ML API: proper use of datatype API for list/enum/constructor.

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2013-02-20 19:49:09 +00:00
parent 6842acbea8
commit dc03e2903f
3 changed files with 27 additions and 29 deletions

View file

@ -7,4 +7,4 @@ all:
doc: *.ml
mkdir -p doc
ocamldoc -html -d doc -I ../../../bld_dbg/api/ml -sort *.mli -hide Z3
ocamldoc -html -d doc -I _build -sort *.mli -hide Z3