module FuncEntry:sig..end
Function interpretations entries
An Entry object represents an element in the finite map used to a function interpretation.
type func_entry
val get_value : func_entry -> Expr.exprReturn the (symbolic) value of this entry.
val get_num_args : func_entry -> intThe number of arguments of the entry.
val get_args : func_entry -> Expr.expr listThe arguments of the function entry.
val to_string : func_entry -> stringA string representation of the function entry.