module Parameter:sig..end
Parameters of Func_Decls
type parameter =
| |
P_Int of |
| |
P_Dbl of |
| |
P_Sym of |
| |
P_Srt of |
| |
P_Ast of |
| |
P_Fdl of |
| |
P_Rat of |
Parameters of func_decls
val get_kind : parameter -> Z3enums.parameter_kindThe kind of the parameter.
val get_int : parameter -> intThe int value of the parameter.
val get_float : parameter -> floatThe float value of the parameter.
val get_symbol : parameter -> Symbol.symbolThe Symbol.Symbol value of the parameter.
val get_sort : parameter -> Sort.sortThe Sort value of the parameter.
val get_ast : parameter -> AST.astThe AST value of the parameter.
val get_func_decl : parameter -> FuncDecl.func_declThe FunctionDeclaration value of the parameter.
val get_rational : parameter -> stringThe rational string value of the parameter.