Module Logtk.Input_format
Input Format
val tptp : tval tip : tval zf : tval dk : tval default : tval pp : CCFormat.t -> t -> unitval on_undef_id : t -> [> `Fail | `Guess ]What to do when we have an undefined ID in the corresponding format?
val on_shadow : t -> [> `Ignore | `Warn ]What to do when we have a shadowing decl?
val on_var : t -> [> `Default | `Infer ]what to do when we have a variable without a type declaration?
val implicit_ty_args : t -> boolDo we add implicit type parameters when '@' is not present?