package logtk

  1. Overview
  2. Docs
Core types and algorithms for logic

Install

Dune Dependency

Authors

Maintainers

Sources

2.0.tar.gz
md5=7a8e57388083ed763d12d18324c8a086
sha512=5c5ac312ada6b42907d1e91e349454a8375f7bf8165d3459721a40b707a840a3d6b3dc968a66f1040cb4de7aedf5c1c13f3e90b51337eae5ea6de41651d7bd63

doc/logtk/Logtk/Input_format/index.html

Module Logtk.Input_format

Input Format

type t =
  1. | I_tptp
  2. | I_zf
  3. | I_tip
  4. | I_dk
val tptp : t
val tip : t
val zf : t
val dk : t
val default : t
val pp : CCFormat.t -> t -> unit
val 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 -> bool

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

OCaml

Innovation. Community. Security.

On This Page
  1. Input Format