module FML_types:sig..end
The abstract formula type (and its sub-types).
type t_fml =
| |
PredApp of |
| |
BinopApp of |
| |
UnopApp of |
| |
QuantApp of |
type t_binop =
| |
Binop of |
type t_unop =
| |
Unop of |
type t_quant =
| |
Quant of |
type t_term =
| |
Atom of |
| |
FuncApp of |
type t_pred =
| |
Pred of |
type t_func =
| |
Func of |
type t_var =
| |
Var of |