Skip to content

Commit

Permalink
update ml api
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Feb 1, 2023
1 parent d51d518 commit 63c0f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/ml/z3.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,7 @@ struct
let f i = Z3native.get_simplifier_name ctx i in
mk_list f n

let get_simplifier_description (ctx:context) (s:string) = Z3native.simplifier_get_descr
let get_simplifier_description = Z3native.simplifier_get_descr

let mk_simplifier = Z3native.mk_simplifier

Expand Down

0 comments on commit 63c0f35

Please sign in to comment.