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_kind
The kind of the parameter.
val get_int : parameter -> int
The int value of the parameter.
val get_float : parameter -> float
The float value of the parameter.
val get_symbol : parameter -> Symbol.symbol
The Symbol.Symbol value of the parameter.
val get_sort : parameter -> Sort.sort
The Sort value of the parameter.
val get_ast : parameter -> AST.ast
The AST value of the parameter.
val get_func_decl : parameter -> FuncDecl.func_decl
The FunctionDeclaration value of the parameter.
val get_rational : parameter -> string
The rational string value of the parameter.