package yices2
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Yices2
val string_of_status : status -> stringmodule Error : sig ... endexception YicesError of Error.code * Error.reportregister_exn must be called before any use of Yices2 functions. In most cases, the main function of the Yices2 package will call register_exn) by itself, so you won't have to do anything. But in some cases, the main wont be executed and will need to run register_exn yourself.
On some systems, like mingw or alpine, fopen or fcookieopen are not available and thus the functions Type.print, Term.print and Model.print are not available. This function tells you if it is available.
module Experimental : sig ... endmodule Type : sig ... endTypes
module Term : sig ... endmodule Context : sig ... endContext
module Model : sig ... endModel