module FuncEntry:sig..end
An Entry object represents an element in the finite map used to a function interpretation.
type func_entry
val get_value : func_entry -> Expr.exprval get_num_args : func_entry -> intval get_args : func_entry -> Expr.expr listval to_string : func_entry -> string