3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

More new OCaml API

This commit is contained in:
Christoph M. Wintersteiger 2016-02-14 19:56:22 +00:00
parent 824169da0a
commit b99fcb9c8a
6 changed files with 165 additions and 149 deletions

View file

@ -103,5 +103,4 @@ external context_of_fixedpoint : fixedpoint -> context
external context_of_optimize : optimize -> context
= "n_context_of_optimize"
exception Exception of string