package logtk

  1. Overview
  2. Docs
On This Page
  1. Input Format
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Logtk.Input_formatSource

Input Format

Sourcetype t =
  1. | I_tptp
  2. | I_zf
  3. | I_tip
  4. | I_dk
Sourceval tptp : t
Sourceval tip : t
Sourceval zf : t
Sourceval dk : t
Sourceval default : t
Sourceval pp : CCFormat.t -> t -> unit
Sourceval on_undef_id : t -> [> `Fail | `Guess ]

What to do when we have an undefined ID in the corresponding format?

Sourceval on_shadow : t -> [> `Ignore | `Warn ]

What to do when we have a shadowing decl?

Sourceval on_var : t -> [> `Default | `Infer ]

what to do when we have a variable without a type declaration?

Sourceval implicit_ty_args : t -> bool

Do we add implicit type parameters when '@' is not present?