package logtk

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.5.1.tar.gz
md5=cc320f66f10555c54822da624419e003
sha512=f8d5f7a5ae790bf0388d74261673803cf375f91f92f7b413b70db1ce5841ef55343a208f98727c8551d66f1840ab892f1c0c943a34861d14d79ce469b235a2f2

doc/logtk.proofs/Logtk_proofs/LLProver/index.html

Module Logtk_proofs.LLProverSource

Low Level Prover

A small theorem prover that checks entailment of ground formulas, with higher order terms and some theories

Sourcetype res =
  1. | R_ok
  2. | R_fail
Sourcetype final_state
Sourceval can_check : LLProof.tag list -> bool

Is this set of tags accepted by the tableau prover?

Sourceval prove : form list -> form -> res * final_state

prove a b returns R_ok if a => b is a tautology.

OCaml

Innovation. Community. Security.

On This Page
  1. Low Level Prover